|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgeneralHelpers.TreeNode
treeNodes.Class_
codeGeneration.CgenNode
public class CgenNode
Field Summary |
---|
Fields inherited from class treeNodes.Class_ |
---|
features, filename, name |
Fields inherited from class generalHelpers.TreeNode |
---|
lineNumber |
Constructor Summary | |
---|---|
CgenNode(Class_ c,
int basic_status,
CgenClassTable table)
Constructs a new CgenNode to represent class "c". |
Method Summary | |
---|---|
void |
addChild(CgenNode child)
|
boolean |
basic()
Returns true is this is a basic class. |
java.util.Enumeration |
getChildren()
Gets the children of this class |
CgenNode |
getParentNd()
Gets the parent of this class |
void |
setParentNd(CgenNode parent)
Sets the parent of this class. |
Methods inherited from class treeNodes.Class_ |
---|
copy, dump, dumpWithTypes, getFeatures, getFilename, getName, getParent |
Methods inherited from class generalHelpers.TreeNode |
---|
copyAbstractSymbol, copyBoolean, dumpAbstractSymbol, dumpBoolean, dumpLine, getLineNumber, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CgenNode(Class_ c, int basic_status, CgenClassTable table)
c
- the classbasic_status
- is this class basic or nottable
- the class tableMethod Detail |
---|
public void addChild(CgenNode child)
public java.util.Enumeration getChildren()
public void setParentNd(CgenNode parent)
parent
- the parentpublic CgenNode getParentNd()
public boolean basic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |