- Type Parameters:
T- the type of the node to match onN- the type of the subnode that the given matcher should match
- All Superinterfaces:
Matcher<T>, Serializable
- All Known Implementing Classes:
AnnotationMatcher, ChildMultiMatcher, ConstructorOfClass, HasArguments, MethodHasParameters
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classMultiMatcher.MultiMatchResult<N extends Tree>A result from the call ofmultiMatchResult(Tree, VisitorState), containing information about whether it matched, and if so, what nodes matched. -
Method Summary
Modifier and TypeMethodDescriptionmultiMatchResult(T tree, VisitorState vs) Attempt to match the given node, and return the associated subnodes that matched.
-
Method Details
-
multiMatchResult
Attempt to match the given node, and return the associated subnodes that matched.
-