public class FunctionNode extends Node
| Constructor and Description |
|---|
FunctionNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
genCode() |
String |
getReturnType() |
void |
setReturnType(String returnType) |
addChild, getChildren, getChildren, getEnd, getFirstChild, getName, getStart, setTokens, toString, withChildpublic FunctionNode(String name)
Copyright © 2017. All rights reserved.