Class ParsedStatementSwitch
java.lang.Object
org.openzen.zenscript.parser.statements.ParsedStatement
org.openzen.zenscript.parser.statements.ParsedStatementSwitch
-
Field Summary
Fields inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
annotations, position, whitespace -
Constructor Summary
ConstructorsConstructorDescriptionParsedStatementSwitch(CodePosition position, ParsedAnnotation[] annotations, WhitespaceInfo whitespace, String name, ParsedExpression value, List<ParsedSwitchCase> cases) -
Method Summary
Methods inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
compile, parse, parse, parse, parseBlock, parseFunctionBody, parseLambdaBody, result
-
Constructor Details
-
Method Details
-
compile
- Specified by:
compilein classParsedStatement
-