Package me.topchetoeu.j2s.compilation
Class VariableDeclareNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.VariableDeclareNode
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVariableDeclareNode
(me.topchetoeu.j2s.common.Location loc, List<VariableDeclareNode.Pair> values) -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute) void
compileFunctions
(CompileResult target) static ParseRes<VariableDeclareNode>
void
resolve
(CompileResult target)
-
Field Details
-
values
-
-
Constructor Details
-
VariableDeclareNode
public VariableDeclareNode(me.topchetoeu.j2s.common.Location loc, List<VariableDeclareNode.Pair> values)
-
-
Method Details