Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Method | Description |
---|---|---|
JConditional |
JConditional._elseif(JExpression boolExp) |
Creates
... else if(...) ... code. |
JConditional |
JBlock._if(JExpression expr) |
Create an If statement and add it to this block
|
Copyright © 2018 Oracle Corporation. All rights reserved.