edu.arizona.cs.mbel.instructions
Class ARGLIST
java.lang.Object
edu.arizona.cs.mbel.instructions.Instruction
edu.arizona.cs.mbel.instructions.ARGLIST
- public class ARGLIST
- extends Instruction
Get argument list.
Stack transition:
... --> ..., argListHandle
Method Summary |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the string representation of this instruction (may vary instance-to-instance) |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ARGLIST
public static final int ARGLIST
- See Also:
- Constant Field Values
OPCODE_LIST
protected static final int[] OPCODE_LIST
ARGLIST
public ARGLIST()
throws InstructionInitException
ARGLIST
public ARGLIST(int opcode,
ClassParser parse)
throws java.io.IOException,
InstructionInitException
getName
public java.lang.String getName()
- Description copied from class:
Instruction
- Returns the string representation of this instruction (may vary instance-to-instance)
- Specified by:
getName
in class Instruction
- Returns:
- a string representing this instruction (i.e. "cpblk")
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Instruction