Searched defs:leftNode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java77 public CMBinOp(int type, CMNode leftNode, CMNode rightNode) argument
89 fLeftChild = leftNode;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMBinOp.java39 public XSCMBinOp(int type, CMNode leftNode, CMNode rightNode) argument
50 fLeftChild = leftNode;
H A DCMNodeFactory.java107 public CMNode getCMBinOpNode(int type, CMNode leftNode, CMNode rightNode) { argument
108 return new XSCMBinOp(type, leftNode, rightNode) ;

Completed in 41 milliseconds