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