Uses of Interface
org.jboss.jdeparser.JBlock
-
Uses of JBlock in org.jboss.jdeparser
Subinterfaces of JBlock in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterfaceAcatchbranch for atryblock.interfaceAforloop.interfaceAnifstatement.interfaceAtryblock.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) classMethods in org.jboss.jdeparser that return JBlockModifier and TypeMethodDescriptionAdd a switch case for anenumconstant.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/whilestatement at this point.ImplJIf._else()JIf._else()Get theelsecondition block.ImplJCatch._finally()ImplJTry._finally()JTry._finally()Add thefinallyblock for thistry.BasicJBlock._synchronized(JExpr synchExpr) JBlock._synchronized(JExpr synchExpr) Insert asynchronizedblock at this point.Insert awhilestatement 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" styleforloop at this point.Insert a "for-each" styleforloop at this point.Insert a "for-each" styleforloop at this point.final JBlockAbstractJClassDef.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 JBlockAbstractJClassDef.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)