Modifier and Type | Field and Description |
---|---|
private JBlock.Braces |
BasicJBlock.braces |
Modifier and Type | Method and Description |
---|---|
static JBlock.Braces |
JBlock.Braces.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JBlock.Braces[] |
JBlock.Braces.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JBlock |
JBlock.block(JBlock.Braces braces)
Create a nested sub-block at this point.
|
JBlock |
BasicJBlock.block(JBlock.Braces braces) |
(package private) void |
ElseJBlock.write(SourceFileWriter writer,
FormatPreferences.Space beforeBrace,
JBlock.Braces braces) |
(package private) void |
BasicJBlock.write(SourceFileWriter writer,
FormatPreferences.Space beforeBrace,
JBlock.Braces braces) |
Constructor and Description |
---|
BasicJBlock(BasicJBlock parent,
JBlock.Braces braces) |
ConditionJBlock(BasicJBlock parent,
JBlock.Braces braces,
JExpr cond) |
ElseJBlock(ImplJIf _if,
JBlock.Braces braces) |