public abstract class TermBase extends ExpressionBase implements Term
| Constructor and Description |
|---|
TermBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
void |
accept(ASTVisitorOld visitor)
Accept visitor for a visit.
|
Type |
getType()
Set type annotation of term.
|
void |
setType(Type type)
Set type annotation of term.
|
getPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, acceptChildren, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionacceptChildren, print, printCore, toString, toStringCorepublic void accept(ASTVisitorOld visitor)
accept in interface ASTaccept in class ExpressionBasevisitor - the visitor who is accepted by this node.public void setType(Type type)
public Type getType()
public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class ExpressionBasevisitor - the visitor who is accepted by this node.