| org.objectweb.speedo.tools.ClassFieldModifier
ClassFieldModifier | public class ClassFieldModifier extends ClassAdapter (Code) | | This ASM visitor assignes a value to a static field. If the field does not
exist, it is added.
author: S.Chassande-Barrioz |
ClassFieldModifier | public ClassFieldModifier(ClassVisitor cv, String fieldName, String fieldValue)(Code) | | Parameters: fieldName - is the name of the field to modify Parameters: fieldValue - is the value to set to the field |
isClassModified | public boolean isClassModified()(Code) | | |
usage | final public static void usage()(Code) | | |
visitEnd | public void visitEnd()(Code) | | |
|
|