Uses of Package
org.ek9lang.compiler.directives
Package
Description
B - For the EK9 compiler itself.
The directives are really aimed at helping the creation of the EK9 language, but they
maybe very useful in the early stages of adoption of ek9 (should there be any).
Contains critical general components used in the
Ek9Compiler
listeners.-
ClassDescriptionProvides basic interface for the EK9 internal @ type directives.To be used in EK9 source code, for things like internal tests or compiler directives, instrumentation, reified type retention etc.
-
ClassDescriptionProvides basic interface for the EK9 internal @ type directives.Specification of a directive, all the common details used in a range of directives.To be used in EK9 source code, for things like internal tests or compiler directives, instrumentation, reified type retention etc.To be used in EK9 source code to assert that a type can or cannot be resolved.For resolved directives.Just checks if there are any directives that relate to @Resolved in the parsed module and checks the resolution.
-