Class BranchEnd

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

public class BranchEnd extends Object
Marker that is used to create the end of a branch instruction.
  • Field Details

    • branchLocation

      private final int branchLocation
    • offsetLocation

      private final int offsetLocation
    • stackFrame

      private final StackFrame stackFrame
    • jump32Bit

      private final boolean jump32Bit
  • Constructor Details

    • BranchEnd

      BranchEnd(int branchLocation, StackFrame stackFrame, int offsetLocation)
    • BranchEnd

      public BranchEnd(int branchLocation, StackFrame stackFrame, boolean jump32Bit, int offsetLocation)
  • Method Details

    • getBranchLocation

      int getBranchLocation()
    • getStackFrame

      StackFrame getStackFrame()
    • isJump32Bit

      boolean isJump32Bit()
    • getOffsetLocation

      int getOffsetLocation()