Package me.topchetoeu.j2s.compilation
Class CompoundNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.CompoundNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType type) void
compileFunctions
(CompileResult target) static ParseRes<CompoundNode>
static ParseRes<CompoundNode>
parseComma
(Source src, int i, Node prev, int precedence) void
resolve
(CompileResult target) setEnd
(me.topchetoeu.j2s.common.Location loc)
-
Field Details
-
statements
-
end
public me.topchetoeu.j2s.common.Location end
-
-
Constructor Details
-
CompoundNode
-
-
Method Details
-
resolve
-
compileFunctions
- Specified by:
compileFunctions
in classNode
-
compile
public void compile(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType type) -
setEnd
-
parseComma
-
parse
-