|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.ast.ASTree
|
+--coins.ast.stmnt.LeafStmnt
The super class of statements that do not contain nested statements.
| コンストラクタの概要 | |
protected |
LeafStmnt(java.lang.String fname,
int line)
|
| メソッドの概要 | |
java.lang.String |
fileName()
Returns the file name including the statement. |
ASTree |
getLeft()
Returns null. |
ASTree |
getRight()
Returns null. |
int |
lineNumber()
Returns the line number of the statement. |
void |
setLeft(ASTree _left)
|
void |
setRight(ASTree _right)
|
| クラス coins.ast.ASTree から継承したメソッド |
accept, getTag, putSeparator, rightToString, toString, toString1 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
protected LeafStmnt(java.lang.String fname,
int line)
| メソッドの詳細 |
public java.lang.String fileName()
Stmnt の記述:
Stmnt 内の fileNamepublic int lineNumber()
Stmnt の記述:
Stmnt 内の lineNumberpublic ASTree getLeft()
ASTree 内の getLeftpublic ASTree getRight()
ASTree 内の getRightpublic void setLeft(ASTree _left)
ASTree 内の setLeftpublic void setRight(ASTree _right)
ASTree 内の setRight
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||