Class CodeLocation

java.lang.Object
org.jboss.classfilewriter.code.CodeLocation

public class CodeLocation extends Object
Represents a location in the bytecode.
  • Field Details

    • location

      private final int location
      The absolution location in the bytecode stream. This will always point to a valid jump location
    • stackFrame

      private final StackFrame 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()