Class DoWhileNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.control.DoWhileNode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDoWhileNode
(me.topchetoeu.j2s.common.Location loc, String label, Node condition, Node body) -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute) void
compileFunctions
(CompileResult target) static ParseRes<DoWhileNode>
void
resolve
(CompileResult target)