Verwendungen von Klasse
org.aspectj.apache.bcel.generic.ObjectType
Packages, die ObjectType verwenden
Package
Beschreibung
-
Verwendungen von ObjectType in org.aspectj.apache.bcel.classfile
Methoden in org.aspectj.apache.bcel.classfile mit Parametern vom Typ ObjectType -
Verwendungen von ObjectType in org.aspectj.apache.bcel.classfile.annotation
Konstruktoren in org.aspectj.apache.bcel.classfile.annotation mit Parametern vom Typ ObjectTypeModifiziererKonstruktorBeschreibungAnnotationGen
(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) -
Verwendungen von ObjectType in org.aspectj.apache.bcel.generic
Felder in org.aspectj.apache.bcel.generic, die deklariert sind als ObjectTypeModifizierer und TypFeldBeschreibungstatic 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
Methoden in org.aspectj.apache.bcel.generic, die ObjectType zurückgebenModifizierer und TypMethodeBeschreibungCodeExceptionGen.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) Methoden in org.aspectj.apache.bcel.generic mit Parametern vom Typ ObjectTypeModifizierer und TypMethodeBeschreibungboolean
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) Konstruktoren in org.aspectj.apache.bcel.generic mit Parametern vom Typ ObjectTypeModifiziererKonstruktorBeschreibungCodeExceptionGen
(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. -
Verwendungen von ObjectType in org.aspectj.weaver.bcel
Felder in org.aspectj.weaver.bcel, die deklariert sind als ObjectTypeModifizierer und TypFeldBeschreibungstatic final ObjectType
LazyClassGen.enclosingStaticTjpType
static final ObjectType
LazyClassGen.proceedingTjpType
static final ObjectType
LazyClassGen.staticTjpType
static final ObjectType
LazyClassGen.tjpType
static final ObjectType
LazyClassGen.typeForAnnotation
Methoden in org.aspectj.weaver.bcel mit Parametern vom Typ ObjectTypeModifizierer und TypMethodeBeschreibungvoid
LazyMethodGen.addExceptionHandler
(InstructionHandle start, InstructionHandle end, InstructionHandle handlerStart, ObjectType catchType, boolean highPriority)