Class PackageCapabilityExtractor
java.lang.Object
org.ek9lang.compiler.phase1.PackageCapabilityExtractor
Extracts capability data from a package block and stores as squirrelled data on the Package symbol.
Determines whether the package is publishable (has publicAccess + version + license)
and extracts the declared capabilities list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaccept(AggregateSymbol packageSymbol, EK9Parser.PackageBlockContext ctx)
-
Constructor Details
-
PackageCapabilityExtractor
PackageCapabilityExtractor()
-
-
Method Details
-
accept
-