Uses of Class
com.google.errorprone.refaster.UTree
Packages that use UTree
-
Uses of UTree in com.google.errorprone.refaster
Subclasses of UTree in com.google.errorprone.refasterModifier and TypeClassDescriptionclass
UExpression
allowing a match against any of a list of expressions.class
UTree
version ofExpressionTree
.class
Free identifier that can be bound to any expression of the appropriate type.class
UTree
version ofLiteralTree
.class
UTree
version ofMemberSelectTree
.class
Identifier representing an unqualified instant method.class
UTree
version ofMethodInvocationTree
.class
UTree
representation of an invocation of a placeholder method.class
UTree
representation of aReturnTree
.class
Identifier representing a static member (field, method, etc.) on a class.class
AUTree
representation of a local variable declaration.Methods in com.google.errorprone.refaster that return UTreeModifier and TypeMethodDescriptionprotected UTree
<?> UTemplater.defaultAction
(com.sun.source.tree.Tree tree, Void v)