|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JxParameter | |
| org.jtool.jxplatform.wrapper | Application programming interfaces for interaction with the XML representaion of source code. |
| Uses of JxParameter in org.jtool.jxplatform.wrapper |
| Methods in org.jtool.jxplatform.wrapper that return JxParameter | |
static JxParameter |
JxWrapperFactory.createJxParameter(org.w3c.dom.Element elem)
Creates a new object wrapping a Param element. |
JxParameter |
JxBinaryMethod.getParameter(int index)
Returns the parameter at the specified position. |
JxParameter |
JxBinaryMethod.getParameter(java.lang.String name)
Returns the element for a parameter with a given name. |
JxParameter |
JxMethod.getParameter(int index)
Returns the parameter at the specified position. |
JxParameter |
JxMethod.getParameter(java.lang.String name)
Returns the element for a parameter with a given name. |
| Methods in org.jtool.jxplatform.wrapper with parameters of type JxParameter | |
int |
JxBinaryMethod.indexOf(JxParameter jp)
Returns the position of the specified parameter in parameters of this method. |
boolean |
JxParameter.equals(JxParameter jparam)
Tests if a given parameter wrapper equals to this one. |
int |
JxMethod.indexOf(JxParameter jp)
Returns the position of the specified parameter in parameters of this method. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||