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 final ObjectType
Type.CLASS
static final ObjectType
Type.EXCEPTION
static final ObjectType
Type.INTEGER
static final ObjectType
Type.ITERATOR
static final ObjectType
Type.LIST
static final ObjectType
Type.OBJECT
static final ObjectType
Type.STRING
static final ObjectType
Type.STRINGBUFFER
static final ObjectType
Type.STRINGBUILDER
static final ObjectType
Type.THROWABLE
Methods 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 TypeMethodDescriptionboolean
ObjectType.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 Instruction
InstructionFactory.PUSH
(ConstantPool cp, ObjectType t) void
CodeExceptionGen.setCatchType
(ObjectType catch_type) Sets the type of the Exception to catch.boolean
ObjectType.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 final ObjectType
LazyClassGen.enclosingStaticTjpType
static final ObjectType
LazyClassGen.proceedingTjpType
static final ObjectType
LazyClassGen.staticTjpType
static final ObjectType
LazyClassGen.tjpType
static final ObjectType
LazyClassGen.typeForAnnotation
Methods in org.aspectj.weaver.bcel with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoid
LazyMethodGen.addExceptionHandler
(InstructionHandle start, InstructionHandle end, InstructionHandle handlerStart, ObjectType catchType, boolean highPriority)