|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.flute.parser.selectors.AndConditionImpl
public class AndConditionImpl
Constructor Summary | |
---|---|
AndConditionImpl(Condition firstCondition,
Condition secondCondition)
Creates a new AndConditionImpl |
Method Summary | |
---|---|
short |
getConditionType()
An integer indicating the type of Condition . |
Condition |
getFirstCondition()
Returns the first condition. |
Condition |
getSecondCondition()
Returns the second condition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndConditionImpl(Condition firstCondition, Condition secondCondition)
Method Detail |
---|
public short getConditionType()
Condition
.
public Condition getFirstCondition()
public Condition getSecondCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |