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 ObjectTypeType.CLASSstatic final ObjectTypeType.EXCEPTIONstatic final ObjectTypeType.INTEGERstatic final ObjectTypeType.ITERATORstatic final ObjectTypeType.LISTstatic final ObjectTypeType.OBJECTstatic final ObjectTypeType.STRINGstatic final ObjectTypeType.STRINGBUFFERstatic final ObjectTypeType.STRINGBUILDERstatic final ObjectTypeType.THROWABLEMethoden 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 TypMethodeBeschreibungbooleanObjectType.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) 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 ObjectTypeLazyClassGen.enclosingStaticTjpTypestatic final ObjectTypeLazyClassGen.proceedingTjpTypestatic final ObjectTypeLazyClassGen.staticTjpTypestatic final ObjectTypeLazyClassGen.tjpTypestatic final ObjectTypeLazyClassGen.typeForAnnotationMethoden in org.aspectj.weaver.bcel mit Parametern vom Typ ObjectTypeModifizierer und TypMethodeBeschreibungvoidLazyMethodGen.addExceptionHandler(InstructionHandle start, InstructionHandle end, InstructionHandle handlerStart, ObjectType catchType, boolean highPriority)