Class ParsedStatementReturn
java.lang.Object
org.openzen.zenscript.parser.statements.ParsedStatement
org.openzen.zenscript.parser.statements.ParsedStatementReturn
-
Field Summary
Fields inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
annotations, position, whitespace -
Constructor Summary
ConstructorsConstructorDescriptionParsedStatementReturn(CodePosition position, ParsedAnnotation[] annotations, WhitespaceInfo whitespace, ParsedExpression expression) -
Method Summary
Methods inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
compile, parse, parse, parse, parseBlock, parseFunctionBody, parseLambdaBody, result
-
Constructor Details
-
Method Details
-
getExpression
-
compile
- Specified by:
compilein classParsedStatement
-