Class BranchEnd


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

      • branchLocation

        private final int branchLocation
      • offsetLocation

        private final int offsetLocation
      • jump32Bit

        private final boolean jump32Bit
    • Constructor Detail

      • BranchEnd

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

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

      • getBranchLocation

        int getBranchLocation()
      • isJump32Bit

        boolean isJump32Bit()
      • getOffsetLocation

        int getOffsetLocation()