Uses of Class
com.sun.codemodel.JBlock
-
Packages that use JBlock Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JBlock in com.sun.codemodel
Methods in com.sun.codemodel that return JBlock Modifier and Type Method Description JBlockJConditional. _else()Create a block to be executed by "else" branchJBlockJTryBlock. _finally()JBlockJConditional. _then()Return the block to be excuted by the "then" branchJBlockJBlock. add(JStatement s)Adds a statement to this blockJBlockJBlock. assign(JAssignmentTarget lhs, JExpression exp)Creates an assignment statement and adds it to this block.JBlockJBlock. assignPlus(JAssignmentTarget lhs, JExpression exp)JBlockJBlock. block()Create a sub-block and add it to this blockJBlockJCase. body()JBlockJCatchBlock. body()JBlockJDoLoop. body()JBlockJForEach. body()JBlockJForLoop. body()JBlockJMethod. body()Get the block that makes up body of this methodJBlockJTryBlock. body()JBlockJWhileLoop. body()JBlockJDefinedClass. init()Creates, if necessary, and returns the static initializer for this class.
-