|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.ast.ASTree
|
+--coins.ast.Aggregate
|
+--coins.ast.Union
Declaration of a union type.
ast.Aggregate,
直列化された形式| フィールドの概要 |
| クラス coins.ast.Aggregate から継承したフィールド |
members, name, size, WORD_SIZE |
| コンストラクタの概要 | |
Union(java.lang.String name,
DeclaratorList mems,
java.lang.String fname,
int line,
ToHirC tohirc)
|
|
| メソッドの概要 | |
void |
accept(Visitor v)
Is a method for the visitor pattern. |
protected java.lang.String |
getTag()
Returns the type of this node. |
| クラス coins.ast.Aggregate から継承したメソッド |
fileName, getLeft, getMember, getMembers, getRight, getSize, lineNumber, name, setLeft, setRight, setSize |
| クラス coins.ast.ASTree から継承したメソッド |
putSeparator, rightToString, toString, toString1 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public Union(java.lang.String name,
DeclaratorList mems,
java.lang.String fname,
int line,
ToHirC tohirc)
| メソッドの詳細 |
public void accept(Visitor v)
ASTree の記述: atXXX() on the given visitor, where
XXX is the class name of the node object.
ASTree 内の acceptprotected java.lang.String getTag()
ASTree の記述: toString().
ASTree 内の getTag
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||