public abstract class TermApplication extends ApplicationExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
Term[] |
getArguments()
Get the arguments.
|
Term |
getFunction()
Get the function.
|
accept, acceptChildren, getArgumentExpressions, getFunctionExpressiongetPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitprint, printCore, toString, toStringCorepublic Term getFunction()
public Term[] getArguments()
public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class ApplicationExpressionvisitor - the visitor who is accepted by this node.