Uses of Class
org.aspectj.apache.bcel.generic.ObjectType
-
Packages that use ObjectType Package Description org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.classfile.annotation org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of ObjectType in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile with parameters of type ObjectType Modifier and Type Method Description intConstantPool. addClass(ObjectType type) -
Uses of ObjectType in org.aspectj.apache.bcel.classfile.annotation
Constructors in org.aspectj.apache.bcel.classfile.annotation with parameters of type ObjectType Constructor Description AnnotationGen(ObjectType type, List<NameValuePair> pairs, boolean runtimeVisible, ConstantPool cpool)ClassElementValue(ObjectType t, ConstantPool cpool)EnumElementValue(ObjectType t, String value, ConstantPool cpool) -
Uses of ObjectType in org.aspectj.apache.bcel.generic
Fields in org.aspectj.apache.bcel.generic declared as ObjectType Modifier and Type Field Description static ObjectTypeType. CLASSstatic ObjectTypeType. EXCEPTIONstatic ObjectTypeType. INTEGERstatic ObjectTypeType. ITERATORstatic ObjectTypeType. LISTstatic ObjectTypeType. OBJECTstatic ObjectTypeType. STRINGstatic ObjectTypeType. STRINGBUFFERstatic ObjectTypeType. STRINGBUILDERstatic ObjectTypeType. THROWABLEMethods in org.aspectj.apache.bcel.generic that return ObjectType Modifier and Type Method Description ObjectTypeCodeExceptionGen. getCatchType()ObjectTypeFieldOrMethod. getClassType(ConstantPool cpg)ObjectTypeFieldOrMethod. getLoadClassType(ConstantPool cpg)ObjectTypeInstruction. getLoadClassType(ConstantPool cpg)ObjectTypeMULTIANEWARRAY. getLoadClassType(ConstantPool cpg)Methods in org.aspectj.apache.bcel.generic with parameters of type ObjectType Modifier and Type Method Description booleanObjectType. accessibleTo(ObjectType accessor)CodeExceptionGenMethodGen. addExceptionHandler(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type)InstructionInstructionFactory. createNew(ObjectType t)static InstructionInstructionFactory. PUSH(ConstantPool cp, ObjectType t)voidCodeExceptionGen. setCatchType(ObjectType catch_type)booleanObjectType. subclassOf(ObjectType superclass)Constructors in org.aspectj.apache.bcel.generic with parameters of type ObjectType Constructor Description CodeExceptionGen(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type) -
Uses of ObjectType in org.aspectj.weaver.bcel
Fields in org.aspectj.weaver.bcel declared as ObjectType Modifier and Type Field Description static ObjectTypeLazyClassGen. enclosingStaticTjpTypestatic ObjectTypeLazyClassGen. proceedingTjpTypestatic ObjectTypeLazyClassGen. staticTjpTypestatic ObjectTypeLazyClassGen. tjpTypestatic ObjectTypeLazyClassGen. typeForAnnotationMethods in org.aspectj.weaver.bcel with parameters of type ObjectType Modifier and Type Method Description voidLazyMethodGen. addExceptionHandler(InstructionHandle start, InstructionHandle end, InstructionHandle handlerStart, ObjectType catchType, boolean highPriority)
-