Class DirectiveProcessor

java.lang.Object
jason.asSyntax.directives.DirectiveProcessor

public class DirectiveProcessor extends Object
This class maintains the set of directives and is used by the parser to process them. All available directives must be registered in this class using the addDirective method.
  • Constructor Details

    • DirectiveProcessor

      public DirectiveProcessor()
  • Method Details