Uses of Class
com.google.errorprone.refaster.UMethodInvocation
-
Uses of UMethodInvocation in com.google.errorprone.refaster
Modifier 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)