de.fub.bytecode.generic
Class ReturnaddressType
java.lang.Object
|
+--de.fub.bytecode.generic.Type
|
+--de.fub.bytecode.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 2001/04/18 08:14:24 dahm Exp $
- Author:
- Enver Haase
Fields inherited from class de.fub.bytecode.generic.Type |
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_TARGET
public static final ReturnaddressType NO_TARGET
ReturnaddressType
public ReturnaddressType(InstructionHandle returnTarget)
- Creates a ReturnaddressType object with a target.
equals
public boolean equals(java.lang.Object rat)
- Returns if the two Returnaddresses refer to the same target.
- Overrides:
equals
in class java.lang.Object
getTarget
public InstructionHandle getTarget()
- Returns:
- the target of this ReturnaddressType