| java.lang.Object com.tc.object.bytecode.InstrumentationSpec
InstrumentationSpec | class InstrumentationSpec (Code) | | |
Inner Class :public class ConstructorInfoWrapper implements MethodInfo | |
Method Summary | |
void | decideOnInstrumentationAction(Portability portability) | ClassLoader | getCaller() | public int | getClassAccess() | public ClassInfo | getClassInfo() | String[] | getClassInterfaces() | String | getClassNameDots() | String | getClassNameSlashes() | String | getClassSignature() | public int | getClassVersion() | public FieldInfo | getFieldInfo(String fieldName) | ManagerHelper | getManagerHelper() | public MethodInfo | getMethodInfo(int access, String name, String desc) | String | getParentClassFieldName() | String | getParentClassType() | Collection | getShouldOverrideMethods() | String | getSuperClassNameDots() | String | getSuperClassNameSlashes() | TransparencyClassSpec | getSuperclassTransparencyClassSpec() | TransparencyClassSpec | getTransparencyClassSpec() | void | handleSubclassOfLogicalClassWithFieldsIfNecessary(int access) | boolean | hasDelegatedToLogicalClass() | void | initialize(int version, int access, String name, String signature, String superName, String[] interfaces, Portability portability) | boolean | isClassAdaptable() | boolean | isClassNotAdaptable() | boolean | isClassPortable() | boolean | isInClassHierarchy(String classname) | boolean | isInner() | boolean | isLogical() | boolean | isManagedFieldNeeded() | boolean | isManagedMethodsNeeded() | boolean | isManagedValuesGetterMethodNeeded() | boolean | isManagedValuesSetterMethodNeeded() | boolean | isPhysical() | boolean | isReadObjectMethodNeeded() | boolean | isSubclassofLogicalClass() | boolean | isValuesGetterMethodNeeded() | boolean | isValuesSetterMethodNeeded() | boolean | isWriteObjectMethodNeeded() | void | moveToLogicalIfNecessary() | boolean | needDelegateField() | boolean | needInstrumentFieldInsn() | void | recordExistingFields(String name, String desc, String signature) | void | recordExistingMethods(String name, String desc, String signature) | void | shouldProceedInstrumentation(int access, String name, String desc) | void | shouldProceedInstrumentation(String fieldName, String fieldDesc) | boolean | shouldVisitField(String name) | boolean | shouldVisitMethod(int methodAccess, String name) |
IS_NEEDED | final public static byte IS_NEEDED(Code) | | |
IS_NOT_NEEDED | final public static byte IS_NOT_NEEDED(Code) | | |
decideOnInstrumentationAction | void decideOnInstrumentationAction(Portability portability)(Code) | | |
getClassAccess | public int getClassAccess()(Code) | | |
getClassVersion | public int getClassVersion()(Code) | | |
getParentClassFieldName | String getParentClassFieldName()(Code) | | |
getSuperClassNameSlashes | String getSuperClassNameSlashes()(Code) | | |
handleSubclassOfLogicalClassWithFieldsIfNecessary | void handleSubclassOfLogicalClassWithFieldsIfNecessary(int access)(Code) | | |
hasDelegatedToLogicalClass | boolean hasDelegatedToLogicalClass()(Code) | | |
isClassAdaptable | boolean isClassAdaptable()(Code) | | |
isClassNotAdaptable | boolean isClassNotAdaptable()(Code) | | |
isClassPortable | boolean isClassPortable()(Code) | | |
isInClassHierarchy | boolean isInClassHierarchy(String classname)(Code) | | |
isInner | boolean isInner()(Code) | | |
isLogical | boolean isLogical()(Code) | | |
isManagedFieldNeeded | boolean isManagedFieldNeeded()(Code) | | |
isManagedMethodsNeeded | boolean isManagedMethodsNeeded()(Code) | | |
isManagedValuesGetterMethodNeeded | boolean isManagedValuesGetterMethodNeeded()(Code) | | |
isManagedValuesSetterMethodNeeded | boolean isManagedValuesSetterMethodNeeded()(Code) | | |
isPhysical | boolean isPhysical()(Code) | | |
isReadObjectMethodNeeded | boolean isReadObjectMethodNeeded()(Code) | | |
isSubclassofLogicalClass | boolean isSubclassofLogicalClass()(Code) | | |
isValuesGetterMethodNeeded | boolean isValuesGetterMethodNeeded()(Code) | | |
isValuesSetterMethodNeeded | boolean isValuesSetterMethodNeeded()(Code) | | |
isWriteObjectMethodNeeded | boolean isWriteObjectMethodNeeded()(Code) | | |
moveToLogicalIfNecessary | void moveToLogicalIfNecessary()(Code) | | |
needDelegateField | boolean needDelegateField()(Code) | | |
needInstrumentFieldInsn | boolean needInstrumentFieldInsn()(Code) | | |
shouldProceedInstrumentation | void shouldProceedInstrumentation(int access, String name, String desc)(Code) | | |
shouldProceedInstrumentation | void shouldProceedInstrumentation(String fieldName, String fieldDesc)(Code) | | |
shouldVisitField | boolean shouldVisitField(String name)(Code) | | |
shouldVisitMethod | boolean shouldVisitMethod(int methodAccess, String name)(Code) | | |
|
|