Package org.ek9lang.compiler.directives
Class GenusDirective
java.lang.Object
org.ek9lang.compiler.directives.ResolutionDirective
org.ek9lang.compiler.directives.GenusDirective
- All Implemented Interfaces:
Directive
To be used in EK9 source code to assert that a type can or cannot be resolved.
//@Genus: EXPLICIT_TYPE_SYMBOL_DEFINITION: TYPE: "SomeService": SERVICE_APPLICATION
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ek9lang.compiler.directives.ResolutionDirective
getAdditionalName, getAppliesToLineNumber, getDirectiveToken, getSymbolCategory, getSymbolName, getSymbolSearch, isForPhase, isForVariable, toString
-
Constructor Details
-
GenusDirective
New directive for genus checking.
-
-
Method Details
-
type
Description copied from interface:Directive
What s the type of the directive.
-