Class BranchEnd


  • public class BranchEnd
    extends java.lang.Object
    Marker that is used to create the end of a branch instruction.
    Author:
    Stuart Douglas
    • Constructor Summary

      Constructors 
      Constructor Description
      BranchEnd​(int branchLocation, StackFrame stackFrame, boolean jump32Bit, int offsetLocation)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BranchEnd

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