Uses of Enum
org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter.Matcher.JavacPattern
Packages that use TryWithResourcesJavacFilter.Matcher.JavacPattern
-
Uses of TryWithResourcesJavacFilter.Matcher.JavacPattern in org.jacoco.core.internal.analysis.filter
Methods in org.jacoco.core.internal.analysis.filter that return TryWithResourcesJavacFilter.Matcher.JavacPatternModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.TryWithResourcesJavacFilter.Matcher.JavacPattern.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jacoco.core.internal.analysis.filter with parameters of type TryWithResourcesJavacFilter.Matcher.JavacPatternModifier and TypeMethodDescriptionprivate boolean
TryWithResourcesJavacFilter.Matcher.matchJavac
(TryWithResourcesJavacFilter.Matcher.JavacPattern p) private boolean
TryWithResourcesJavacFilter.Matcher.nextIsJavacClose
(TryWithResourcesJavacFilter.Matcher.JavacPattern p, String ctx) On a first invocation will associate variables with names "r" and "primaryExc", on subsequent invocations will use those associations for checks.