Uses of Enum
org.jboss.jdeparser.JBlock.Braces
-
Uses of JBlock.Braces in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as JBlock.BracesMethods in org.jboss.jdeparser that return JBlock.BracesModifier and TypeMethodDescriptionstatic JBlock.Braces
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.BracesModifier and TypeMethodDescriptionBasicJBlock.block
(JBlock.Braces braces) 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.BracesModifierConstructorDescription(package private)
BasicJBlock
(BasicJBlock parent, JBlock.Braces braces) (package private)
ConditionJBlock
(BasicJBlock parent, JBlock.Braces braces, JExpr cond) (package private)
ElseJBlock
(ImplJIf _if, JBlock.Braces braces)