|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractCallMethod.ParamNode
protected class AbstractCallMethod.ParamNode
An internal struct that represents a parameter that will be passed to a
reflective method invocation call. Instances of ParamNode
map 1:1 to the methodParameter tags that appear within the body of
an AbstrctCallMethod tag.
Field Summary | |
---|---|
Object |
paramValue
The value of the parameter. |
String |
typeName
The fully qualified class name of the parameter type. |
Constructor Summary | |
---|---|
protected |
AbstractCallMethod.ParamNode()
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String typeName
public Object paramValue
Constructor Detail |
---|
protected AbstractCallMethod.ParamNode()
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |