| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
static JInvocation |
JExpr._new(AbstractJClass c) |
JInvocation |
JBlock._new(AbstractJClass c) |
static JInvocation |
JExpr._new(AbstractJType t) |
JInvocation |
JBlock._new(AbstractJType t) |
JInvocation |
JInvocation.arg(boolean v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(char v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(double v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(float v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(IJExpression arg)
Add an expression to this invocation's argument list
|
JInvocation |
JInvocation.arg(int v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(long v)
Adds a literal argument.
|
JInvocation |
JInvocation.arg(String v)
Adds a literal argument.
|
static JInvocation |
JExpr.invoke(IJExpression lhs,
JMethod method) |
JInvocation |
JBlock.invoke(IJExpression expr,
JMethod method)
Creates an invocation statement and adds it to this block.
|
static JInvocation |
JExpr.invoke(IJExpression lhs,
String method) |
JInvocation |
JBlock.invoke(IJExpression expr,
String method)
Creates an invocation statement and adds it to this block.
|
static JInvocation |
JExpr.invoke(JMethod method) |
JInvocation |
JBlock.invoke(JMethod aMethod)
Creates an invocation statement and adds it to this block.
|
JInvocation |
IJExpression.invoke(JMethod method) |
JInvocation |
AbstractJExpressionImpl.invoke(JMethod method) |
static JInvocation |
JExpr.invoke(String method) |
JInvocation |
JBlock.invoke(String sMethod)
Creates an invocation statement and adds it to this block.
|
JInvocation |
IJExpression.invoke(String method) |
JInvocation |
AbstractJExpressionImpl.invoke(String method) |
JInvocation |
JBlock.invokeThis(JMethod method)
Creates an invocation statement and adds it to this block.
|
JInvocation |
JBlock.invokeThis(String method)
Creates an invocation statement and adds it to this block.
|
JInvocation |
JInvocation.narrow(AbstractJClass bound) |
JInvocation |
JInvocation.narrow(Class<?> bound) |
JInvocation |
JInvocation.narrow(String name) |
JInvocation |
JBlock.staticInvoke(AbstractJClass aType,
String sMethod)
Creates a static invocation statement.
|
JInvocation |
AbstractJClass.staticInvoke(JMethod aMethod)
Generates a static method invocation.
|
JInvocation |
AbstractJClass.staticInvoke(String sMethod)
Generates a static method invocation.
|
Copyright © 2013–2015 Philip Helger. All rights reserved.