|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttcra.programmatic.MethodArgument
public class MethodArgument
MethodArgument provides a way to represent an argument to a specification's method.
| Constructor Summary | |
|---|---|
MethodArgument(java.lang.String name,
ProgrammingType type)
Class constructor specifying the name, programming type, and formal mathematical type of the argument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get this argument's name. |
ProgrammingType |
getType()
Get this argument's programming type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodArgument(java.lang.String name,
ProgrammingType type)
name - the name of the argument as would be seen
in codetype - the programming type of the argument| Method Detail |
|---|
public java.lang.String getName()
public ProgrammingType getType()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||