| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.