|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WalkRuleSelector
For selection of the AST tree walk rule to use.
Method Summary | |
---|---|
void |
invokeWalkRule(EQLBaseWalker walker,
antlr.collections.AST ast)
Implementations can invoke a walk rule of their choice on the walker and AST passed in. |
Method Detail |
---|
void invokeWalkRule(EQLBaseWalker walker, antlr.collections.AST ast) throws antlr.RecognitionException
walker
- - to invoke walk rule onast
- - AST to walk
antlr.RecognitionException
- - throw on walk errors
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |