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