public class ErrorTree extends BtrPlaceTree
errors| Constructor and Description |
|---|
ErrorTree(org.antlr.runtime.Token start,
org.antlr.runtime.Token stop)
A tree signaling an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCharPositionInLine() |
int |
getLine() |
BtrpOperand |
go(BtrPlaceTree parent)
Parse the root of the tree.
|
append, getChild, ignoreError, ignoreError, ignoreError, ignoreErrorsdupNode, getChildIndex, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic ErrorTree(org.antlr.runtime.Token start,
org.antlr.runtime.Token stop)
public int getLine()
getLine in interface org.antlr.runtime.tree.TreegetLine in class org.antlr.runtime.tree.CommonTreepublic int getCharPositionInLine()
getCharPositionInLine in interface org.antlr.runtime.tree.TreegetCharPositionInLine in class org.antlr.runtime.tree.CommonTreepublic BtrpOperand go(BtrPlaceTree parent)
BtrPlaceTreego in class BtrPlaceTreeparent - the parent of the rootCopyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.