Uses of Class
org.glassfish.pfl.tf.spi.annotation.TraceEnhanceLevel
-
Packages that use TraceEnhanceLevel Package Description org.glassfish.pfl.tf.spi.annotation org.glassfish.pfl.tf.tools.enhancer -
-
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.spi.annotation
Methods in org.glassfish.pfl.tf.spi.annotation that return TraceEnhanceLevel Modifier and Type Method Description TraceEnhanceLevel
stage()
static TraceEnhanceLevel
TraceEnhanceLevel. valueOf(java.lang.String name)
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 TraceEnhanceLevel Modifier and Type Field Description private TraceEnhanceLevel[]
TFEnhanceAdapter. present
private TraceEnhanceLevel
TFEnhanceAdapter. required
private TraceEnhanceLevel
TFEnhanceAdapter. result
Constructors in org.glassfish.pfl.tf.tools.enhancer with parameters of type TraceEnhanceLevel Constructor Description TFEnhanceAdapter(org.objectweb.asm.ClassVisitor cv, TraceEnhanceLevel required, TraceEnhanceLevel result, EnhancedClassData ecd)
-