org.mule.devkit.model.code
Class GeneratedCatchBlock

java.lang.Object
  extended by org.mule.devkit.model.code.GeneratedCatchBlock
All Implemented Interfaces:
Generable

public class GeneratedCatchBlock
extends Object
implements Generable

Catch block for a try/catch/finally statement


Method Summary
 GeneratedBlock body()
           
 void generate(Formatter f)
           
 GeneratedVariable param(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

param

public GeneratedVariable param(String name)

body

public GeneratedBlock body()

generate

public void generate(Formatter f)
Specified by:
generate in interface Generable


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