Searched refs:ReturnaddressType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java69 public class ReturnaddressType extends Type { class in inherits:Type
71 public static final ReturnaddressType NO_TARGET = new ReturnaddressType();
77 private ReturnaddressType(){ method in class:ReturnaddressType
82 * Creates a ReturnaddressType object with a target.
84 public ReturnaddressType(InstructionHandle returnTarget) { method in class:ReturnaddressType
99 if(!(rat instanceof ReturnaddressType))
102 return ((ReturnaddressType)rat).returnTarget.equals(this.returnTarget);
106 * @return the target of this ReturnaddressType
H A DJsrInstruction.java82 return new ReturnaddressType(physicalSuccessor());
H A DRET.java150 return ReturnaddressType.NO_TARGET;

Completed in 30 milliseconds