Uses of Class
org.aspectj.apache.bcel.generic.ObjectType
Packages that use ObjectType
Package
Description
-
Uses of ObjectType in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile with parameters of type ObjectType -
Uses of ObjectType in org.aspectj.apache.bcel.classfile.annotation
Constructors in org.aspectj.apache.bcel.classfile.annotation with parameters of type ObjectTypeModifierConstructorDescriptionAnnotationGen(ObjectType type, List<NameValuePair> pairs, boolean runtimeVisible, ConstantPool cpool)Retrieve an immutable version of this AnnotationGenClassElementValue(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 ObjectTypeModifier and TypeFieldDescriptionstatic 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 ObjectTypeModifier and TypeMethodDescriptionCodeExceptionGen.getCatchType()Gets the type of the Exception to catch, 'null' for ANY.FieldOrMethod.getClassType(ConstantPool cpg)FieldOrMethod.getLoadClassType(ConstantPool cpg)Instruction.getLoadClassType(ConstantPool cpg)MULTIANEWARRAY.getLoadClassType(ConstantPool cpg)Methods in org.aspectj.apache.bcel.generic with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanObjectType.accessibleTo(ObjectType accessor)Java Virtual Machine Specification edition 2, 5.4.4 Access ControlMethodGen.addExceptionHandler(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type)Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done.InstructionFactory.createNew(ObjectType t)static InstructionInstructionFactory.PUSH(ConstantPool cp, ObjectType t)voidCodeExceptionGen.setCatchType(ObjectType catch_type)Sets the type of the Exception to catch.booleanObjectType.subclassOf(ObjectType superclass)Constructors in org.aspectj.apache.bcel.generic with parameters of type ObjectTypeModifierConstructorDescriptionCodeExceptionGen(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type)Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done. -
Uses of ObjectType in org.aspectj.weaver.bcel
Fields in org.aspectj.weaver.bcel declared as ObjectTypeModifier and TypeFieldDescriptionstatic ObjectTypeLazyClassGen.enclosingStaticTjpTypestatic ObjectTypeLazyClassGen.proceedingTjpTypestatic ObjectTypeLazyClassGen.staticTjpTypestatic ObjectTypeLazyClassGen.tjpTypestatic ObjectTypeLazyClassGen.typeForAnnotationMethods in org.aspectj.weaver.bcel with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidLazyMethodGen.addExceptionHandler(InstructionHandle start, InstructionHandle end, InstructionHandle handlerStart, ObjectType catchType, boolean highPriority)