Package jason.asSyntax.directives
Class DirectiveProcessor
java.lang.Object
jason.asSyntax.directives.DirectiveProcessor
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Directive
getDirective
(String id) getInstance
(Pred directive) getInstance
(String id) static void
registerDirective
(String id, Class d)
-
Constructor Details
-
DirectiveProcessor
public DirectiveProcessor()
-
-
Method Details
-
registerDirective
-
getDirective
-
getInstance
-
getInstance
-