Class ParsedStatementTryCatch
java.lang.Object
org.openzen.zenscript.parser.statements.ParsedStatement
org.openzen.zenscript.parser.statements.ParsedStatementTryCatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<ParsedCatchClause>final ParsedStatementfinal ParsedExpressionfinal Stringfinal ParsedStatementFields inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
annotations, position, whitespace -
Constructor Summary
ConstructorsConstructorDescriptionParsedStatementTryCatch(CodePosition position, ParsedAnnotation[] annotations, WhitespaceInfo whitespace, String resourceName, ParsedExpression resourceInitializer, ParsedStatement statement, List<ParsedCatchClause> catchClauses, ParsedStatement finallyClause) -
Method Summary
Methods inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
compile, parse, parse, parse, parseBlock, parseFunctionBody, parseLambdaBody, result
-
Field Details
-
resourceName
-
resourceInitializer
-
statement
-
catchClauses
-
finallyClause
-
-
Constructor Details
-
Method Details
-
compile
- Specified by:
compilein classParsedStatement
-