Class NotResolvedDirective

java.lang.Object
org.ek9lang.compiler.directives.ResolutionDirective
org.ek9lang.compiler.directives.NotResolvedDirective
All Implemented Interfaces:
Directive

public class NotResolvedDirective extends ResolutionDirective
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 Details

    • NotResolvedDirective

      public NotResolvedDirective(DirectiveSpec spec)
      Directive for ensuring a symbol is not resolved.
  • Method Details

    • type

      public DirectiveType type()
      Description copied from interface: Directive
      What s the type of the directive.