org.erights.e.elang.syntax
Class EScriptDecl
java.lang.Object
|
+--org.erights.e.elang.syntax.EScriptDecl
- class EScriptDecl
- extends Object
Just a bundling of state for use during parsing
- Author:
- Mark S. Miller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myOptMethods
private final EMethodNode[] myOptMethods
myMatchers
private final Matcher[] myMatchers
EScriptDecl
EScriptDecl(EMethodNode[] optMethods,
Matcher[] matchers)
getOptMethods
EMethodNode[] getOptMethods()
getMatchers
Matcher[] getMatchers()
withMatcher
EScriptDecl withMatcher(Matcher newLast)
makeEScript
EScript makeEScript(ENodeBuilder eBuilder)
comments?