public class TryCatchBlock extends StandardBlock
Block.BlockProxy, Block.In, Block.Outorg.marid.logging.LogSupport.Log| Modifier and Type | Field and Description |
|---|---|
Block.In |
catchInput |
protected org.codehaus.groovy.ast.stmt.CatchStatement[] |
catchStatements |
Block.In |
finallyInput |
protected org.codehaus.groovy.ast.stmt.Statement |
finallyStatement |
protected Block.Out |
out |
Block.In |
tryInput |
protected org.codehaus.groovy.ast.stmt.Statement |
tryStatement |
color, label, name, visualRepresentationLOGGERS| Constructor and Description |
|---|
TryCatchBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
color, createComponent, getColor, getLabel, getName, getVisualRepresentation, label, name, visualRepresentationaddEventListener, fireEvent, getId, getInputs, getOutputs, getVisualRepresentation, removeListener, toString, transfer, writeReplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareToconfig, fine, finer, finest, info, log, log, logger, severe, severe, warning, warningafterBuildprotected org.codehaus.groovy.ast.stmt.Statement tryStatement
protected org.codehaus.groovy.ast.stmt.Statement finallyStatement
protected org.codehaus.groovy.ast.stmt.CatchStatement[] catchStatements
public final Block.In tryInput
public final Block.In catchInput
public final Block.In finallyInput
protected final Block.Out out
Copyright © 2012–2015 MARID software development group. All rights reserved.