Class TypeApiHelper
java.lang.Object
org.ek9lang.cli.TypeApiHelper
Helper class for extracting and displaying built-in type API documentation.
Uses Ek9ExternExtractor to introspect the org.ek9.lang package and extract
type definitions for display in man-page style help.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanoutputTypeApi(String typeName) Attempt to output API documentation for the given type name.
-
Constructor Details
-
TypeApiHelper
TypeApiHelper()
-
-
Method Details
-
outputTypeApi
Attempt to output API documentation for the given type name. Returns true if the type was found and output was produced.- Parameters:
typeName- the name of the type to look up (e.g., "String", "List", "Integer")- Returns:
- true if API documentation was output, false if type not found
-