|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelaxngcc.codedom.CDExpression
relaxngcc.codedom.CDMethodInvokeExpression
Constructor Summary | |
CDMethodInvokeExpression(java.lang.String methodname)
|
Method Summary | |
CDMethodInvokeExpression |
arg(CDExpression arg)
Adds an argument to this invocation. |
CDMethodInvokeExpression |
args(CDExpression[] args)
Adds arguments to this invocation. |
CDStatement |
asStatement()
|
void |
express(CDFormatter f)
|
Methods inherited from class relaxngcc.codedom.CDExpression |
_new, arrayRef, arrayRef, castTo, invoke, not, prop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDMethodInvokeExpression(java.lang.String methodname)
Method Detail |
public CDMethodInvokeExpression arg(CDExpression arg)
public CDMethodInvokeExpression args(CDExpression[] args)
public CDStatement asStatement()
public void express(CDFormatter f) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |