Package manifold.js.rt.parser.tree
Class ConstructorNode
- java.lang.Object
-
- manifold.js.rt.parser.tree.Node
-
- manifold.js.rt.parser.tree.FunctionNode
-
- manifold.js.rt.parser.tree.ConstructorNode
-
public class ConstructorNode extends FunctionNode
-
-
Constructor Summary
Constructors Constructor Description ConstructorNode(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgenCode()-
Methods inherited from class manifold.js.rt.parser.tree.FunctionNode
getReturnType, setReturnType
-
Methods inherited from class manifold.js.rt.parser.tree.Node
addChild, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChild
-
-
-
-
Constructor Detail
-
ConstructorNode
public ConstructorNode(String name)
-
-
Method Detail
-
genCode
public String genCode()
- Overrides:
genCodein classFunctionNode
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classFunctionNode
-
-