Package manifold.js.rt.parser.tree
Class FunctionNode
- java.lang.Object
-
- manifold.js.rt.parser.tree.Node
-
- manifold.js.rt.parser.tree.FunctionNode
-
- Direct Known Subclasses:
ClassFunctionNode,ConstructorNode
public class FunctionNode extends Node
-
-
Constructor Summary
Constructors Constructor Description FunctionNode(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgenCode()StringgetReturnType()voidsetReturnType(String returnType)-
Methods inherited from class manifold.js.rt.parser.tree.Node
addChild, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChild
-
-
-
-
Constructor Detail
-
FunctionNode
public FunctionNode(String name)
-
-