Package manifold.js.rt.parser.tree
Class FunctionBodyNode
- java.lang.Object
-
- manifold.js.rt.parser.tree.Node
-
- manifold.js.rt.parser.tree.FunctionBodyNode
-
public class FunctionBodyNode extends Node
-
-
Constructor Summary
Constructors Constructor Description FunctionBodyNode(String name)
-
Method Summary
-
Methods inherited from class manifold.js.rt.parser.tree.Node
addChild, genCode, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChild
-
-
-
-
Constructor Detail
-
FunctionBodyNode
public FunctionBodyNode(String name)
-
-