|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.DefaultConditionalSelector
This class provides an implementation of the
ConditionalSelectorinterface.
| フィールドの概要 | |
protected Condition |
condition
The condition. |
protected SimpleSelector |
simpleSelector
The simple selector. |
| コンストラクタの概要 | |
DefaultConditionalSelector(SimpleSelector s,
Condition c)
Creates a new ConditionalSelector object. |
|
| メソッドの概要 | |
Condition |
getCondition()
SAC : Implements ConditionalSelector.getCondition(). |
short |
getSelectorType()
SAC : Implements Selector.getSelectorType(). |
SimpleSelector |
getSimpleSelector()
SAC : Implements ConditionalSelector.getSimpleSelector(). |
String |
toString()
Returns a representation of the selector. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected SimpleSelector simpleSelector
protected Condition condition
| コンストラクタの詳細 |
public DefaultConditionalSelector(SimpleSelector s,
Condition c)
| メソッドの詳細 |
public short getSelectorType()
Selector.getSelectorType().
Selector 内の getSelectorTypepublic SimpleSelector getSimpleSelector()
ConditionalSelector.getSimpleSelector().
ConditionalSelector 内の getSimpleSelectorpublic Condition getCondition()
ConditionalSelector.getCondition().
ConditionalSelector 内の getConditionpublic String toString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||