|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneratedInvocation | |
|---|---|
| org.mule.devkit.model.code | Library for generating Java source code |
| Uses of GeneratedInvocation in org.mule.devkit.model.code |
|---|
| Methods in org.mule.devkit.model.code that return GeneratedInvocation | |
|---|---|
static GeneratedInvocation |
ExpressionFactory._new(Type t)
|
static GeneratedInvocation |
ExpressionFactory._new(TypeReference c)
|
GeneratedInvocation |
GeneratedInvocation.arg(GeneratedExpression arg)
Add an expression to this invocation's argument list |
GeneratedInvocation |
GeneratedInvocation.arg(String v)
Adds a literal argument. |
GeneratedInvocation |
GeneratedBlock.invoke(GeneratedExpression expr,
GeneratedMethod method)
Creates an invocation statement and adds it to this block. |
static GeneratedInvocation |
ExpressionFactory.invoke(GeneratedExpression lhs,
GeneratedMethod method)
|
GeneratedInvocation |
GeneratedBlock.invoke(GeneratedExpression expr,
String method)
Creates an invocation statement and adds it to this block. |
static GeneratedInvocation |
ExpressionFactory.invoke(GeneratedExpression lhs,
String method)
|
GeneratedInvocation |
GeneratedExpression.invoke(GeneratedMethod method)
Returns "[this].[method]". |
GeneratedInvocation |
GeneratedBlock.invoke(GeneratedMethod method)
Creates an invocation statement and adds it to this block. |
static GeneratedInvocation |
ExpressionFactory.invoke(GeneratedMethod method)
|
GeneratedInvocation |
AbstractExpression.invoke(GeneratedMethod method)
|
GeneratedInvocation |
GeneratedExpression.invoke(String method)
Returns "[this].[method]". |
GeneratedInvocation |
GeneratedBlock.invoke(String method)
Creates an invocation statement and adds it to this block. |
static GeneratedInvocation |
ExpressionFactory.invoke(String method)
|
GeneratedInvocation |
AbstractExpression.invoke(String method)
|
GeneratedInvocation |
TypeReference.staticInvoke(GeneratedMethod method)
Generates a static method invocation. |
GeneratedInvocation |
TypeReference.staticInvoke(String method)
Generates a static method invocation. |
GeneratedInvocation |
GeneratedBlock.staticInvoke(TypeReference type,
String method)
Creates a static invocation statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||