Uses of Package
org.ek9lang.compiler.directives
Packages that use 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.-
Classes in org.ek9lang.compiler.directives used by org.ek9lang.compilerClassDescriptionProvides 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.
-
Classes in org.ek9lang.compiler.directives used by org.ek9lang.compiler.directivesClassDescriptionProvides 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.Checks for resolutions directives.Checks if there are any directives that relate to @Resolved in the parsed module and checks the resolution.
-
Classes in org.ek9lang.compiler.directives used by org.ek9lang.compiler.support