Uses of Class
org.apache.bcel.classfile.CodeException
-
Packages that use CodeException Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of CodeException in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as CodeException Modifier and Type Field Description (package private) static CodeException[]CodeException. EMPTY_ARRAYEmpty array.private CodeException[]Code. exceptionTableMethods in org.apache.bcel.classfile that return CodeException Modifier and Type Method Description CodeExceptionCodeException. copy()Creates a deep copy of this object.CodeException[]Code. getExceptionTable()Gets the table of handled exceptions.Methods in org.apache.bcel.classfile with parameters of type CodeException Modifier and Type Method Description voidCode. setExceptionTable(CodeException[] exceptionTable)Sets the exception table.voidDescendingVisitor. visitCodeException(CodeException ce)voidEmptyVisitor. visitCodeException(CodeException obj)voidVisitor. visitCodeException(CodeException obj)Visits a CodeException.Constructors in org.apache.bcel.classfile with parameters of type CodeException Constructor Description Code(int nameIndex, int length, int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Attribute[] attributes, ConstantPool constantPool)Constructs a Code attribute.CodeException(CodeException c)Constructs a new instance from another instance. -
Uses of CodeException in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return CodeException Modifier and Type Method Description CodeExceptionCodeExceptionGen. getCodeException(ConstantPoolGen cp)Gets CodeException object.private CodeException[]MethodGen. getCodeExceptions() -
Uses of CodeException in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type CodeException Modifier and Type Method Description voidPass2Verifier.CPESSC_Visitor. visitCodeException(CodeException obj)voidStringRepresentation. visitCodeException(CodeException obj)
-