Uses of Enum
org.glassfish.pfl.tf.spi.annotation.TraceEnhanceLevel
Packages that use TraceEnhanceLevel
-
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.spi.annotation
Methods in org.glassfish.pfl.tf.spi.annotation that return TraceEnhanceLevelModifier and TypeMethodDescriptionstatic TraceEnhanceLevel
Returns the enum constant of this type with the specified name.static TraceEnhanceLevel[]
TraceEnhanceLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.tools.enhancer
Fields in org.glassfish.pfl.tf.tools.enhancer declared as TraceEnhanceLevelModifier and TypeFieldDescriptionprivate final TraceEnhanceLevel[]
TFEnhanceAdapter.present
private final TraceEnhanceLevel
TFEnhanceAdapter.required
private final TraceEnhanceLevel
TFEnhanceAdapter.result
Constructors in org.glassfish.pfl.tf.tools.enhancer with parameters of type TraceEnhanceLevelModifierConstructorDescriptionTFEnhanceAdapter
(org.objectweb.asm.ClassVisitor cv, TraceEnhanceLevel required, TraceEnhanceLevel result, EnhancedClassData ecd)