|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steadystate.css.parser.selectors.AndConditionImpl
public class AndConditionImpl
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AndConditionImpl(Condition c1,
Condition c2)
|
|
| Method Summary | |
|---|---|
short |
getConditionType()
An integer indicating the type of Condition. |
Condition |
getFirstCondition()
Returns the first condition. |
Condition |
getSecondCondition()
Returns the second condition. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AndConditionImpl(Condition c1,
Condition c2)
| Method Detail |
|---|
public short getConditionType()
ConditionCondition.
getConditionType in interface Conditionpublic Condition getFirstCondition()
CombinatorCondition
getFirstCondition in interface CombinatorConditionpublic Condition getSecondCondition()
CombinatorCondition
getSecondCondition in interface CombinatorConditionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||