|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.AbstractCombinatorCondition
This class provides an abstract implementation of the
CombinatorConditioninterface.
| フィールドの概要 | |
protected Condition |
firstCondition
The first condition. |
protected Condition |
secondCondition
The second condition. |
| コンストラクタの概要 | |
protected |
AbstractCombinatorCondition(Condition c1,
Condition c2)
Creates a new CombinatorCondition object. |
| メソッドの概要 | |
Condition |
getFirstCondition()
SAC : Implements CombinatorCondition.getFirstCondition(). |
Condition |
getSecondCondition()
SAC : Implements CombinatorCondition.getSecondCondition(). |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.w3c.css.sac.Condition から継承したメソッド |
getConditionType |
| フィールドの詳細 |
protected Condition firstCondition
protected Condition secondCondition
| コンストラクタの詳細 |
protected AbstractCombinatorCondition(Condition c1,
Condition c2)
| メソッドの詳細 |
public Condition getFirstCondition()
CombinatorCondition.getFirstCondition().
CombinatorCondition 内の getFirstConditionpublic Condition getSecondCondition()
CombinatorCondition.getSecondCondition().
CombinatorCondition 内の getSecondCondition
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||