Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJIf |
Modifier and Type | Method and Description |
---|---|
JIf |
JBlock._if(JExpr cond)
Insert an
if statement at this point. |
JIf |
BasicJBlock._if(JExpr cond) |
JIf |
ImplJIf.elseIf(JExpr cond) |
JIf |
JIf.elseIf(JExpr cond)
Add an
if statement to the else block. |