Uses of Class
org.jboss.jdeparser.JBlock.Braces
-
-
Uses of JBlock.Braces in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as JBlock.Braces Modifier and Type Field Description private JBlock.Braces
BasicJBlock. braces
Methods in org.jboss.jdeparser that return JBlock.Braces Modifier and Type Method 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.Methods in org.jboss.jdeparser with parameters of type JBlock.Braces Modifier and Type Method Description JBlock
BasicJBlock. block(JBlock.Braces braces)
JBlock
JBlock. block(JBlock.Braces braces)
Create a nested sub-block at this point.(package private) void
BasicJBlock. write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces)
(package private) void
ElseJBlock. write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces)
Constructors in org.jboss.jdeparser with parameters of type JBlock.Braces Constructor Description BasicJBlock(BasicJBlock parent, JBlock.Braces braces)
ConditionJBlock(BasicJBlock parent, JBlock.Braces braces, JExpr cond)
ElseJBlock(ImplJIf _if, JBlock.Braces braces)
-