| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JConditional |
JConditional._elseif(IJExpression aTestExpr)
Creates ... else if(...) ...
|
JConditional |
JBlock._if(IJExpression aTestExpr)
Create an If statement and add it to this block
|
JConditional |
JBlock._if(IJExpression aTestExpr,
IJStatement aThen)
Create an If statement with the respective then statement and add it to
this block
|
JConditional |
JBlock._if(IJExpression aTestExpr,
IJStatement aThen,
IJStatement aElse)
Create an If statement with the respective then and else statements and add
it to this block
|
Copyright © 2013–2015 Philip Helger. All rights reserved.