public interface AstProcessor
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.tree.CommonTree |
process(org.antlr.runtime.TokenStream tokens,
org.antlr.runtime.tree.CommonTree tree)
Processes the given tree.
|
org.antlr.runtime.tree.CommonTree process(org.antlr.runtime.TokenStream tokens, org.antlr.runtime.tree.CommonTree tree) throws org.antlr.runtime.RecognitionException
tokens
- the token stream of the tree.tree
- the input treeorg.antlr.runtime.RecognitionException
- in case of an illegal input treeCopyright © 2013. All rights reserved.