Uses of Class
net.sourceforge.pmd.lang.java.types.InvocationMatcher.CompoundInvocationMatcher
-
Packages that use InvocationMatcher.CompoundInvocationMatcher Package Description net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of InvocationMatcher.CompoundInvocationMatcher in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return InvocationMatcher.CompoundInvocationMatcher Modifier and Type Method Description static InvocationMatcher.CompoundInvocationMatcherInvocationMatcher. parseAll(String first, String... rest)Parses aInvocationMatcher.CompoundInvocationMatcherwhich matches any of the provided matchers.
-