Class ResolvedDirective

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

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

    • ResolvedDirective

      public ResolvedDirective(DirectiveSpec spec)
      Constructor of a directive for resolution.
  • Method Details

    • type

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