|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.ast.ASTree
coins.ast.Aggregate
coins.ast.Struct
Declaration of a struct type. See ast.Aggregate
| Field Summary |
| Fields inherited from class coins.ast.Aggregate |
members, name, size, WORD_SIZE |
| Constructor Summary | |
Struct(java.lang.String name,
DeclaratorList mems,
java.lang.String fname,
int line,
ToHirC tohirc)
|
|
| Method Summary | |
void |
accept(Visitor v)
Is a method for the visitor pattern. |
protected java.lang.String |
getTag()
Returns the type of this node. |
| Methods inherited from class coins.ast.Aggregate |
fileName, getLeft, getMember, getMembers, getRight, getSize, lineNumber, name, setLeft, setRight, setSize |
| Methods inherited from class coins.ast.ASTree |
putSeparator, rightToString, toString, toString1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Struct(java.lang.String name,
DeclaratorList mems,
java.lang.String fname,
int line,
ToHirC tohirc)
| Method Detail |
public void accept(Visitor v)
ASTreeatXXX() on the given visitor, where
XXX is the class name of the node object.
accept in class ASTreeprotected java.lang.String getTag()
ASTreetoString().
getTag in class ASTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||