| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
beginToken |
static java.lang.String |
endToken |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
void |
accept(ASTVisitorOld visitor)
Accept visitor for a visit.
|
void |
acceptChildren(ASTVisitor visitor)
Accept visitor for a visit to the children of this node.
|
static RecordTerm |
construct(ValuedIdentifier[] base)
Construct record term.
|
ValuedIdentifier[] |
getBase()
Get base terms.
|
getPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionprint, printCore, toString, toStringCorepublic static final java.lang.String beginToken
public static final java.lang.String endToken
public static RecordTerm construct(ValuedIdentifier[] base)
base - the base terms.public ValuedIdentifier[] getBase()
public void accept(ASTVisitorOld visitor)
public void accept(ASTVisitor visitor)
public void acceptChildren(ASTVisitor visitor)
acceptChildren in interface ASTacceptChildren in class ASTBasevisitor - the visitor who is accepted by the children of this node.