Class ArgumentsNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.ArgumentsNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute) void
compileFunctions
(CompileResult target)
-
Constructor Details
-
ArgumentsNode
public ArgumentsNode(me.topchetoeu.j2s.common.Location loc)
-
-
Method Details
-
compileFunctions
- Specified by:
compileFunctions
in classNode
-
compile
-