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