public final class MethodInvocation
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
com.sun.source.tree.ExpressionTree |
firstArgument() |
static MethodInvocation |
from(com.sun.source.tree.MethodInvocationTree tree,
com.google.errorprone.VisitorState state) |
int |
hashCode() |
java.lang.String |
methodName() |
com.google.errorprone.VisitorState |
state() |
java.lang.String |
toString() |
com.sun.source.tree.MethodInvocationTree |
tree() |
public static MethodInvocation from(com.sun.source.tree.MethodInvocationTree tree, com.google.errorprone.VisitorState state)
public com.sun.source.tree.MethodInvocationTree tree()
public java.lang.String methodName()
public com.google.errorprone.VisitorState state()
public com.sun.source.tree.ExpressionTree firstArgument()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object