edu.rice.cs.javalanglevels.tree
Class FunctionInvocation
java.lang.Object
edu.rice.cs.javalanglevels.tree.JExpression
edu.rice.cs.javalanglevels.tree.Expression
edu.rice.cs.javalanglevels.tree.Primary
edu.rice.cs.javalanglevels.tree.FunctionInvocation
- All Implemented Interfaces:
- ForConditionI, JExpressionIF, VariableInitializerI
- Direct Known Subclasses:
- MethodInvocation, SuperConstructorInvocation, ThisConstructorInvocation
public abstract class FunctionInvocation
- extends Primary
Class FunctionInvocation, a component of the JExpressionIF composite hierarchy.
Note: null is not allowed as a value for any field.
- Version:
- Generated automatically by ASTGen at Sun Aug 28 23:01:27 CDT 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FunctionInvocation
public FunctionInvocation(SourceInfo in_sourceInfo,
ParenthesizedExpressionList in_arguments)
- Constructs a FunctionInvocation.
- Throws:
java.lang.IllegalArgumentException - If any parameter to the constructor is null.
getArguments
public ParenthesizedExpressionList getArguments()
visit
public abstract <RetType> RetType visit(JExpressionIFVisitor<RetType> visitor)
- Specified by:
visit in interface JExpressionIF- Specified by:
visit in class Primary
visit
public abstract void visit(JExpressionIFVisitor_void visitor)
- Specified by:
visit in interface JExpressionIF- Specified by:
visit in class Primary
outputHelp
public abstract void outputHelp(TabPrintWriter writer)
- Specified by:
outputHelp in interface JExpressionIF- Specified by:
outputHelp in class Primary
generateHashCode
protected abstract int generateHashCode()
- Specified by:
generateHashCode in class Primary