|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.validators.common.CMNode | +--org.enhydra.apache.xerces.validators.common.CMBinOp
Constructor Summary | |
CMBinOp(int type,
CMNode leftNode,
CMNode rightNode)
|
Method Summary | |
protected void |
calcFirstPos(CMStateSet toSet)
|
protected void |
calcLastPos(CMStateSet toSet)
|
(package private) CMNode |
getLeft()
|
(package private) CMNode |
getRight()
|
(package private) boolean |
isNullable()
|
Methods inherited from class org.enhydra.apache.xerces.validators.common.CMNode |
firstPos, lastPos, setFollowPos, setMaxStates, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBinOp(int type, CMNode leftNode, CMNode rightNode) throws CMException
Method Detail |
final CMNode getLeft()
final CMNode getRight()
boolean isNullable() throws CMException
isNullable
in class CMNode
CMException
protected void calcFirstPos(CMStateSet toSet) throws CMException
calcFirstPos
in class CMNode
CMException
protected void calcLastPos(CMStateSet toSet) throws CMException
calcLastPos
in class CMNode
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |