Uses of Class
org.apache.bcel.classfile.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
Modifier and TypeMethodDescriptionvoid
Code.setExceptionTable
(CodeException[] exceptionTable) void
DescendingVisitor.visitCodeException
(CodeException ce) void
EmptyVisitor.visitCodeException
(CodeException obj) void
Visitor.visitCodeException
(CodeException obj) ModifierConstructorDescriptionCode
(int nameIndex, int length, int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Attribute[] attributes, ConstantPool constantPool) Constructs a new instance from another instance. -
Uses of CodeException in org.apache.bcel.generic
Modifier and TypeMethodDescriptionCodeExceptionGen.getCodeException
(ConstantPoolGen cp) Gets CodeException object.
This relies on that the instruction list has already been dumped to byte code or that the 'setPositions' methods has been called for the instruction list. -
Uses of CodeException in org.apache.bcel.verifier.statics
Modifier and TypeMethodDescriptionvoid
StringRepresentation.visitCodeException
(CodeException obj)