Uses of Class
org.apache.bcel.classfile.CodeException
Packages that use CodeException
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
PassVerifier classes used internally by JustIce.
-
Uses of CodeException in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return CodeExceptionModifier and TypeMethodDescriptionCodeException.copy()Creates a deep copy of this object.Code.getExceptionTable()Gets the table of handled exceptions.Methods in org.apache.bcel.classfile with parameters of type CodeExceptionModifier and TypeMethodDescriptionvoidCode.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 CodeExceptionModifierConstructorDescriptionCode(int nameIndex, int length, int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Attribute[] attributes, ConstantPool constantPool) Constructs a Code attribute.Constructs a new instance from another instance. -
Uses of CodeException in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return CodeExceptionModifier and TypeMethodDescriptionCodeExceptionGen.getCodeException(ConstantPoolGen cp) Gets CodeException object. -
Uses of CodeException in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type CodeExceptionModifier and TypeMethodDescriptionvoidStringRepresentation.visitCodeException(CodeException obj)