Uses of Class
org.mule.devkit.model.code.GeneratedBlock

Packages that use GeneratedBlock
org.mule.devkit.model.code Library for generating Java source code 
 

Uses of GeneratedBlock in org.mule.devkit.model.code
 

Methods in org.mule.devkit.model.code that return GeneratedBlock
 GeneratedBlock GeneratedConditional._else()
          Create a block to be executed by "else" branch
 GeneratedBlock GeneratedTry._finally()
           
 GeneratedBlock GeneratedConditional._then()
          Return the block to be excuted by the "then" branch
 GeneratedBlock GeneratedBlock.add(Statement s)
          Adds a statement to this block
 GeneratedBlock GeneratedBlock.assign(AssignmentTarget lhs, GeneratedExpression exp)
          Creates an assignment statement and adds it to this block.
 GeneratedBlock GeneratedBlock.assignPlus(AssignmentTarget lhs, GeneratedExpression exp)
           
 GeneratedBlock GeneratedBlock.block()
          Create a sub-block and add it to this block
 GeneratedBlock GeneratedWhileLoop.body()
           
 GeneratedBlock GeneratedTry.body()
           
 GeneratedBlock GeneratedSwitchCase.body()
           
 GeneratedBlock GeneratedMethod.body()
          Get the block that makes up body of this method
 GeneratedBlock GeneratedForLoop.body()
           
 GeneratedBlock GeneratedForEach.body()
           
 GeneratedBlock GeneratedDoLoop.body()
           
 GeneratedBlock GeneratedCatchBlock.body()
           
 GeneratedBlock GeneratedClass.init()
          Creates, if necessary, and returns the static initializer for this class.
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.