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
Subclasses with type arguments of type TryWithResourcesJavacFilter.Matcher.JavacPattern in org.jacoco.core.internal.analysis.filterModifier and TypeClassDescriptionprivate static enumMethods 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 booleanTryWithResourcesJavacFilter.Matcher.matchJavac(TryWithResourcesJavacFilter.Matcher.JavacPattern p) private booleanTryWithResourcesJavacFilter.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.