public class MethodCallValue extends ComparisonOperandDescendant
| Constructor and Description |
|---|
MethodCallValue(MethodRef method,
CallingConvention callingConvention,
ComparisonOperandAnchor parent,
ComparisonOperand[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComparisonOperandVisitor visitor) |
ComparisonOperand[] |
args() |
CallingConvention |
callingConvention() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
MethodRef |
method() |
java.lang.String |
toString() |
TypeRef |
type() |
parent, rootpublic MethodCallValue(MethodRef method, CallingConvention callingConvention, ComparisonOperandAnchor parent, ComparisonOperand[] args)
public void accept(ComparisonOperandVisitor visitor)
public ComparisonOperand[] args()
public boolean equals(java.lang.Object obj)
equals in class ComparisonOperandDescendantpublic int hashCode()
hashCode in class ComparisonOperandDescendantpublic java.lang.String toString()
toString in class ComparisonOperandDescendantpublic MethodRef method()
public CallingConvention callingConvention()
public TypeRef type()
type in class ComparisonOperandDescendant