public abstract class AbstractAntlrTree
extends java.lang.Object
| Constructor and Description |
|---|
AbstractAntlrTree(java.lang.String source) |
| Modifier and Type | Method and Description |
|---|---|
Errors |
getErrors() |
java.lang.String |
getSource() |
org.antlr.runtime.tree.Tree |
getTree() |
protected abstract org.antlr.runtime.tree.Tree |
parse(com.whitestein.lsps.lang.parser.antlr.ANTLRLangParser parser) |
protected abstract org.antlr.runtime.tree.Tree parse(com.whitestein.lsps.lang.parser.antlr.ANTLRLangParser parser)
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic java.lang.String getSource()
public org.antlr.runtime.tree.Tree getTree()
public Errors getErrors()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.