Class CatchClause
java.lang.Object
org.openzen.zenscript.codemodel.statement.CatchClause
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCatchClause(CodePosition position, VarStatement exceptionVariable, Statement content) -
Method Summary
Modifier and TypeMethodDescriptionnormalize(TypeScope scope, ConcatMap<LoopStatement, LoopStatement> modified) transform(ExpressionTransformer transformer, ConcatMap<LoopStatement, LoopStatement> modified) transform(StatementTransformer transformer, ConcatMap<LoopStatement, LoopStatement> modified)
-
Field Details
-
position
-
-
exceptionVariable
-
-
Constructor Details
-
Method Details