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, getParent, getProgramNode, getStart, setTokens, toString, withChild
public FunctionNode(String name)
Copyright © 2024. All rights reserved.