Uses of Enum
org.jboss.jdeparser.JBlock.Braces
-
Uses of JBlock.Braces in org.jboss.jdeparser
Methods 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 TypeMethodDescriptionJBlock.block
(JBlock.Braces braces) Create a nested sub-block at this point.