Class ParsedCatchClause
java.lang.Object
org.openzen.zenscript.parser.statements.ParsedCatchClause
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ParsedStatementfinal Stringfinal IParsedTypefinal CodePosition -
Constructor Summary
ConstructorsConstructorDescriptionParsedCatchClause(CodePosition position, String exceptionName, IParsedType exceptionType, ParsedStatement content) -
Method Summary
-
Field Details
-
position
-
exceptionName
-
exceptionType
-
-
-
Constructor Details
-
Method Details
-
compile
-