public class ClassNode extends Node
Modifier and Type | Field and Description |
---|---|
static String |
SUPERTYPE_OBJECT |
Constructor and Description |
---|
ClassNode(String name) |
ClassNode(String name,
String superClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
genCode() |
String |
getSuperClass() |
void |
setSuperClass(String superClass) |
addChild, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChild
public static final String SUPERTYPE_OBJECT
public ClassNode(String name)
Copyright © 2024. All rights reserved.