|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecttgl.stree.CondStmtPair
public class CondStmtPair
条件の構文木と文リストの中間コード(構文木の列)のペア
コンストラクタの概要 | |
---|---|
CondStmtPair(CondTree condition,
Code code)
条件の構文木と文リストの中間コード(構文木の列)のペアの インスタンスを作成する。 |
メソッドの概要 | |
---|---|
Code |
getCode()
文リストの中間コードを取得する。 |
CondTree |
getCondition()
条件の構文木を取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CondStmtPair(CondTree condition, Code code)
condition
- 条件の構文木code
- 文リストの中間コードメソッドの詳細 |
---|
public CondTree getCondition()
public Code getCode()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |