|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrelaxngcc.codedom.CDExpression
relaxngcc.codedom.CDMethodInvokeExpression
public class 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)
Prints itself as an expression. |
| 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
CDExpression
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||