Uses of Class
com.google.errorprone.refaster.UMethodInvocation
Packages that use UMethodInvocation
-
Uses of UMethodInvocation in com.google.errorprone.refaster
Methods in com.google.errorprone.refaster that return UMethodInvocationModifier and TypeMethodDescriptionstatic UMethodInvocation
UMethodInvocation.create
(UExpression methodSelect, UExpression... arguments) static UMethodInvocation
UMethodInvocation.create
(List<? extends UExpression> typeArguments, UExpression methodSelect, UExpression... arguments) static UMethodInvocation
UMethodInvocation.create
(List<? extends UExpression> typeArguments, UExpression methodSelect, List<UExpression> arguments)