org.mule.devkit.model.code
Class GeneratedCatchBlock
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.