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