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 UMethodInvocationUMethodInvocation.create(UExpression methodSelect, UExpression... arguments) static UMethodInvocationUMethodInvocation.create(List<? extends UExpression> typeArguments, UExpression methodSelect, UExpression... arguments) static UMethodInvocationUMethodInvocation.create(List<? extends UExpression> typeArguments, UExpression methodSelect, List<UExpression> arguments)