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