|
|||||||||
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()
Condition
Condition
.
getConditionType
in interface Condition
public Condition getFirstCondition()
CombinatorCondition
getFirstCondition
in interface CombinatorCondition
public Condition getSecondCondition()
CombinatorCondition
getSecondCondition
in interface CombinatorCondition
public 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 |