Class ReturnaddressType

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReturnaddressType
    extends Type
    Returnaddress, the type JSR or JSR_W instructions push upon the stack. see vmspec2 §3.3.3
    Version:
    $Id: ReturnaddressType.java 386056 2006-03-15 11:31:56Z tcurdt $
    Author:
    Enver Haase
    See Also:
    Serialized Form
    • Constructor Detail

      • ReturnaddressType

        public ReturnaddressType​(InstructionHandle returnTarget)
        Creates a ReturnaddressType object with a target.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Type
        Returns:
        a hash code value for the object.
      • equals

        public boolean equals​(java.lang.Object rat)
        Returns if the two Returnaddresses refer to the same target.
        Overrides:
        equals in class Type
        Returns:
        whether the Types are equal
      • getTarget

        public InstructionHandle getTarget()
        Returns:
        the target of this ReturnaddressType