Package org.jboss.classfilewriter.code
Class CodeLocation
java.lang.Object
org.jboss.classfilewriter.code.CodeLocation
Represents a location in the bytecode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe absolution location in the bytecode stream.private final StackFrameThe stack frame at the given bytecode location -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
private final int locationThe absolution location in the bytecode stream. This will always point to a valid jump location -
stackFrame
The stack frame at the given bytecode location
-
-
Constructor Details
-
CodeLocation
CodeLocation(int location, StackFrame stackFrame)
-
-
Method Details
-
getLocation
int getLocation() -
getStackFrame
StackFrame getStackFrame()
-