Class UMethodInvocation

java.lang.Object
com.sun.source.util.SimpleTreeVisitor<Choice<Unifier>, Unifier>
com.google.errorprone.refaster.UTree<com.sun.tools.javac.tree.JCTree.JCExpression>
com.google.errorprone.refaster.UExpression
com.google.errorprone.refaster.UMethodInvocation
All Implemented Interfaces:
Unifiable<Tree>, ExpressionTree, MethodInvocationTree, Tree, TreeVisitor<Choice<Unifier>, Unifier>, Serializable

public abstract class UMethodInvocation extends UExpression implements MethodInvocationTree
Author:
lowasser@google.com (Louis Wasserman)
See Also: