Uses of Interface
org.jboss.jdeparser.JClassDefSection
-
-
Uses of JClassDefSection in org.jboss.jdeparser
Subinterfaces of JClassDefSection in org.jboss.jdeparser Modifier and Type Interface Description interface
JAnonymousClassDef
An anonymous class definition.interface
JClassDef
A type definition, which can be a class, interface, annotation type, etc.Methods in org.jboss.jdeparser that return JClassDefSection Modifier and Type Method Description JClassDefSection
JClassDefSection. blankLine()
Add a blank line at this point of the type.JClassDefSection
JClassDefSection. section()
Create a section at this point, into which additional items may be added.
-