Class TypeApiHelper

java.lang.Object
org.ek9lang.cli.TypeApiHelper

final class TypeApiHelper extends Object
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 Details

    • TypeApiHelper

      TypeApiHelper()
  • Method Details

    • outputTypeApi

      boolean outputTypeApi(String typeName)
      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