Class CErrorTree
java.lang.Object
io.github.potjerodekool.nabu.tree.impl.CTree
io.github.potjerodekool.nabu.tree.impl.CErrorTree
- All Implemented Interfaces:
ErrorTree,ExpressionTree,Tree
Implementation of ErrorTree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TreeVisitor<R, P> visitor, P param) builder()getType()voidvoidsetType(TypeMirror type) Methods inherited from class io.github.potjerodekool.nabu.tree.impl.CTree
getColumnNumber, getLineNumberMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.potjerodekool.nabu.tree.Tree
getColumnNumber, getLineNumber
-
Constructor Details
-
CErrorTree
public CErrorTree(int lineNumber, int columnNumber)
-
-
Method Details
-
accept
-
getSymbol
- Specified by:
getSymbolin interfaceExpressionTree
-
setSymbol
- Specified by:
setSymbolin interfaceExpressionTree
-
getType
-
setType
-
builder
- Specified by:
builderin interfaceExpressionTree
-