|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.lang.InvocationList
info.informatica.io.Invocator
public class Invocator
Utility class containing information for invocating methods or constructors via reflection (or through other reflection utility classes).
| Constructor Summary | |
|---|---|
Invocator()
|
|
| Method Summary | |
|---|---|
void |
addArgument(String arg_class,
String arg_type,
String arg_use)
|
List<String> |
getArgTypes()
|
List<String> |
getArgUses()
|
String |
toString()
|
| Methods inherited from class info.informatica.lang.InvocationList |
|---|
addArgument, getConstructor, getMemberName, getMethod, getMethod, setMemberName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Invocator()
| Method Detail |
|---|
public void addArgument(String arg_class,
String arg_type,
String arg_use)
public List<String> getArgTypes()
public List<String> getArgUses()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||