Class CallNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.operations.CallNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute) void
compile
(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType type) void
compileFunctions
(CompileResult target)
-
Field Details
-
func
-
args
-
isNew
public final boolean isNew
-
-
Constructor Details
-
CallNode
-
-
Method Details
-
compileFunctions
- Specified by:
compileFunctions
in classNode
-
compile
public void compile(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType type) -
compile
-
parseCall
-
parseNew
-