|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.DefaultConditionalSelector
This class provides an implementation of the
ConditionalSelector
interface.
フィールドの概要 | |
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
内の getSelectorType
public SimpleSelector getSimpleSelector()
ConditionalSelector.getSimpleSelector()
.
ConditionalSelector
内の getSimpleSelector
public Condition getCondition()
ConditionalSelector.getCondition()
.
ConditionalSelector
内の getCondition
public String toString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |