Klasse ReturnaddressType

java.lang.Object
org.aspectj.apache.bcel.generic.Type
org.aspectj.apache.bcel.generic.ReturnaddressType

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,v 1.3 2008/05/28 23:52:56 aclement Exp $
Autor:
Enver Haase
  • Felddetails

  • Konstruktordetails

    • ReturnaddressType

      public ReturnaddressType(InstructionHandle returnTarget)
      Creates a ReturnaddressType object with a target.
  • Methodendetails

    • equals

      public boolean equals(Object rat)
      Returns if the two Returnaddresses refer to the same target.
      Setzt außer Kraft:
      equals in Klasse Object
    • getTarget

      public InstructionHandle getTarget()
      Gibt zurück:
      the target of this ReturnaddressType