|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.eecs.doc.cascade.controlflow.MethodInvocation
public class MethodInvocation
A container for information about a method invocation.
Constructor Summary | |
---|---|
MethodInvocation(Method method,
Field invokingField,
InstructionHandle invokeInstruction)
Creates a new MethodInvocation object. |
Method Summary | |
---|---|
InstructionHandle |
getInvokeInstruction()
Returns a handle to the instruction that invokes this method. |
Field |
getInvokingField()
Returns the invoking field, if applicable. |
Method |
getMethod()
Returns the invoked method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodInvocation(Method method, Field invokingField, InstructionHandle invokeInstruction)
method
- the method that is invokedinvokingField
- the field used to invoke the method (e.g.,
someField.someMethod(...)), or null if a field is not used for the invocationinvokeInstruction
- a handle to the instruction that invokes this method
(instruction must be of type InvokeInstruction)Method Detail |
---|
public Method getMethod()
public Field getInvokingField()
public InstructionHandle getInvokeInstruction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |