Class ForInNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.control.ForInNode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionForInNode
(me.topchetoeu.j2s.common.Location loc, String label, VariableNode binding, boolean isDecl, Node object, Node body) -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute) void
compileFunctions
(CompileResult target) void
resolve
(CompileResult target)
-
Field Details
-
isDecl
public final boolean isDecl -
binding
-
object
-
body
-
label
-
-
Constructor Details
-
ForInNode
public ForInNode(me.topchetoeu.j2s.common.Location loc, String label, VariableNode binding, boolean isDecl, Node object, Node body)
-
-
Method Details