public class Invocation extends Object
| Constructor and Description |
|---|
Invocation(MethodInfo mi,
Object[] args,
Object[] attrs) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String[] |
getArgumentTypeNames() |
String |
getArgumentValueLiteral(Object a) |
Object[] |
getAttrs() |
Object[] |
getExplicitArguments() |
MethodInfo |
getMethodInfo() |
String |
toString() |
public Invocation(MethodInfo mi, Object[] args, Object[] attrs)
public MethodInfo getMethodInfo()
public Object[] getExplicitArguments()
public String[] getArgumentTypeNames()
public Object[] getArguments()
public Object[] getAttrs()