dovs.instructions
Class MethodInvoke
java.lang.Object
dovs.instructions.Instruction
dovs.instructions.MethodInvoke
- Direct Known Subclasses:
- Iinvokeinterface, Iinvokespecial, Iinvokestatic, Iinvokevirtual
public abstract class MethodInvoke
- extends Instruction
Common superclass for all invoke instructions.
|
Method Summary |
Object |
getArg(int i)
Returns the specified numbered argument as given to the constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sig
protected MethodSignature sig
MethodInvoke
public MethodInvoke(MethodSignature sig)
getArg
public Object getArg(int i)
- Description copied from class:
Instruction
- Returns the specified numbered argument as given to the constructor.
- Overrides:
getArg in class Instruction
- Parameters:
i - the index of the argument.
- Returns:
- the specified argument.