Uses of Enum Class
org.glassfish.pfl.tf.spi.annotation.TraceEnhanceLevel
Packages that use TraceEnhanceLevel
-
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.spi.annotation
Subclasses with type arguments of type TraceEnhanceLevel in org.glassfish.pfl.tf.spi.annotationModifier and TypeClassDescriptionenumAnnotation representing the level of tracing enhancement present on a class file.Methods in org.glassfish.pfl.tf.spi.annotation that return TraceEnhanceLevelModifier and TypeMethodDescriptionstatic TraceEnhanceLevelReturns the enum constant of this class with the specified name.static TraceEnhanceLevel[]TraceEnhanceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.tools.enhancer
Constructors in org.glassfish.pfl.tf.tools.enhancer with parameters of type TraceEnhanceLevelModifierConstructorDescriptionTFEnhanceAdapter(org.objectweb.asm.ClassVisitor cv, TraceEnhanceLevel required, TraceEnhanceLevel result, EnhancedClassData ecd)