|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.devkit.model.code.AbstractExpression
org.mule.devkit.model.code.GeneratedInvocation
public final class GeneratedInvocation
Method invocation
| Method Summary | |
|---|---|
GeneratedInvocation |
arg(GeneratedExpression arg)
Add an expression to this invocation's argument list |
GeneratedInvocation |
arg(String v)
Adds a literal argument. |
void |
generate(Formatter f)
|
GeneratedExpression[] |
listArgs()
Returns all arguments of the invocation. |
void |
state(Formatter f)
|
String |
toString()
|
| Methods inherited from class org.mule.devkit.model.code.AbstractExpression |
|---|
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public GeneratedInvocation arg(GeneratedExpression arg)
arg - Argument to add to argument listpublic GeneratedInvocation arg(String v)
arg(JExpr.lit(v))
public GeneratedExpression[] listArgs()
public void generate(Formatter f)
generate in interface Generablepublic void state(Formatter f)
state in interface Statementpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||