Class ParsedStatementWhile
java.lang.Object
org.openzen.zenscript.parser.statements.ParsedStatement
org.openzen.zenscript.parser.statements.ParsedStatementWhile
-
Field Summary
FieldsFields inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
annotations, position, whitespace -
Constructor Summary
ConstructorsConstructorDescriptionParsedStatementWhile(CodePosition position, ParsedAnnotation[] annotations, WhitespaceInfo whitespace, String label, ParsedExpression condition, ParsedStatement content) -
Method Summary
Methods inherited from class org.openzen.zenscript.parser.statements.ParsedStatement
compile, parse, parse, parse, parseBlock, parseFunctionBody, parseLambdaBody, result
-
Field Details
-
condition
-
-
label
-
-
Constructor Details
-
Method Details
-
compile
- Specified by:
compilein classParsedStatement
-