Uses of Interface
org.jboss.jdeparser.JBlock
-
Uses of JBlock in org.jboss.jdeparser
Subinterfaces of JBlock in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterface
Acatch
branch for atry
block.interface
Afor
loop.interface
Anif
statement.interface
Atry
block.Classes in org.jboss.jdeparser that implement JBlockModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.jboss.jdeparser that return JBlockModifier and TypeMethodDescriptionAdd a switch case for anenum
constant.Add a switch case.AbstractJMethodDef._default()
ImplJSwitch._default()
JMethodDef._default()
A default method body for a JDK 8+ interface method.JSwitch._default()
Add the default block.Insert ado
/while
statement at this point.ImplJIf._else()
JIf._else()
Get theelse
condition block.ImplJCatch._finally()
ImplJTry._finally()
JTry._finally()
Add thefinally
block for thistry
.BasicJBlock._synchronized
(JExpr synchExpr) JBlock._synchronized
(JExpr synchExpr) Insert asynchronized
block at this point.Insert awhile
statement at this point.BasicJBlock.blankLine()
JBlock.blankLine()
Insert a blank line at this point.BasicJBlock.block
(JBlock.Braces braces) JBlock.block
(JBlock.Braces braces) Create a nested sub-block at this point.AbstractJMethodDef.body()
AnnotationJMethodDef.body()
JLambda.body()
Get the lambda body as a block.JLambdaImpl.body()
JMethodDef.body()
Get the method body.Insert a "for-each" stylefor
loop at this point.Insert a "for-each" stylefor
loop at this point.Insert a "for-each" stylefor
loop at this point.final JBlock
AbstractJClassDef.init()
AbstractJClassDef.init
(ArrayList<ClassContent> content) AnnotationJClassDef.init
(ArrayList<ClassContent> content) ImplJAnonymousClassDef.init()
InterfaceJClassDef.init
(ArrayList<ClassContent> content) JClassDefSection.init()
Add a "raw" initialization block to this type definition.JClassDefSectionImpl.init()
Sectionable.init
(ArrayList<ClassContent> content) final JBlock
AbstractJClassDef.staticInit()
AbstractJClassDef.staticInit
(ArrayList<ClassContent> content) ImplJAnonymousClassDef.staticInit()
JClassDefSection.staticInit()
Add a static initialization block to this type definition.JClassDefSectionImpl.staticInit()
Sectionable.staticInit
(ArrayList<ClassContent> content)