JBlock |
ImplJSwitch._case(java.lang.String constName) |
|
JBlock |
ImplJSwitch._case(JExpr expr) |
|
JBlock |
JSwitch._case(java.lang.String constName) |
Add a switch case for an enum constant.
|
JBlock |
JSwitch._case(JExpr expr) |
Add a switch case.
|
JBlock |
AbstractJMethodDef._default() |
|
JBlock |
ImplJSwitch._default() |
|
JBlock |
JMethodDef._default() |
A default method body for a JDK 8+ interface method.
|
JBlock |
JSwitch._default() |
Add the default block.
|
JBlock |
BasicJBlock._do(JExpr cond) |
|
JBlock |
JBlock._do(JExpr cond) |
Insert a do /while statement at this point.
|
JBlock |
ImplJIf._else() |
|
JBlock |
JIf._else() |
Get the else condition block.
|
JBlock |
ImplJCatch._finally() |
|
JBlock |
ImplJTry._finally() |
|
JBlock |
JTry._finally() |
Add the finally block for this try .
|
JBlock |
BasicJBlock._synchronized(JExpr synchExpr) |
|
JBlock |
JBlock._synchronized(JExpr synchExpr) |
Insert a synchronized block at this point.
|
JBlock |
BasicJBlock._while(JExpr cond) |
|
JBlock |
JBlock._while(JExpr cond) |
Insert a while statement at this point.
|
JBlock |
BasicJBlock.blankLine() |
|
JBlock |
JBlock.blankLine() |
Insert a blank line at this point.
|
JBlock |
BasicJBlock.block(JBlock.Braces braces) |
|
JBlock |
JBlock.block(JBlock.Braces braces) |
Create a nested sub-block at this point.
|
JBlock |
AbstractJMethodDef.body() |
|
JBlock |
AnnotationJMethodDef.body() |
|
JBlock |
JLambda.body() |
Get the lambda body as a block.
|
JBlock |
JLambdaImpl.body() |
|
JBlock |
JMethodDef.body() |
Get the method body.
|
JBlock |
BasicJBlock.forEach(int mods,
java.lang.Class<?> type,
java.lang.String name,
JExpr iterable) |
|
JBlock |
BasicJBlock.forEach(int mods,
java.lang.String type,
java.lang.String name,
JExpr iterable) |
|
JBlock |
BasicJBlock.forEach(int mods,
JType type,
java.lang.String name,
JExpr iterable) |
|
JBlock |
JBlock.forEach(int mods,
java.lang.Class<?> type,
java.lang.String name,
JExpr iterable) |
Insert a "for-each" style for loop at this point.
|
JBlock |
JBlock.forEach(int mods,
java.lang.String type,
java.lang.String name,
JExpr iterable) |
Insert a "for-each" style for loop at this point.
|
JBlock |
JBlock.forEach(int mods,
JType type,
java.lang.String name,
JExpr iterable) |
Insert a "for-each" style for loop at this point.
|
JBlock |
AbstractJClassDef.init() |
|
JBlock |
AbstractJClassDef.init(java.util.ArrayList<ClassContent> content) |
|
JBlock |
AnnotationJClassDef.init(java.util.ArrayList<ClassContent> content) |
|
JBlock |
ImplJAnonymousClassDef.init() |
|
JBlock |
InterfaceJClassDef.init(java.util.ArrayList<ClassContent> content) |
|
JBlock |
JClassDefSection.init() |
Add a "raw" initialization block to this type definition.
|
JBlock |
JClassDefSectionImpl.init() |
|
JBlock |
Sectionable.init(java.util.ArrayList<ClassContent> content) |
|
JBlock |
AbstractJClassDef.staticInit() |
|
JBlock |
AbstractJClassDef.staticInit(java.util.ArrayList<ClassContent> content) |
|
JBlock |
ImplJAnonymousClassDef.staticInit() |
|
JBlock |
JClassDefSection.staticInit() |
Add a static initialization block to this type definition.
|
JBlock |
JClassDefSectionImpl.staticInit() |
|
JBlock |
Sectionable.staticInit(java.util.ArrayList<ClassContent> content) |
|