org.z3950.zing.cql
Class CQLAndNode

java.lang.Object
  extended by org.z3950.zing.cql.CQLNode
      extended by org.z3950.zing.cql.CQLBooleanNode
          extended by org.z3950.zing.cql.CQLAndNode

public class CQLAndNode
extends CQLBooleanNode

Represents an AND node in a CQL parse-tree.


Field Summary
 
Fields inherited from class org.z3950.zing.cql.CQLNode
APPLICATION, BITSTRING, BOOLEAN, CONSTRUCTED, CONTEXT, ENUMERATED, EXTERNAL, GENERALSTRING, INTEGER, NULL, OBJECTDESCRIPTOR, OBJECTIDENTIFIER, OCTETSTRING, PRIMITIVE, PRIVATE, SEQUENCE, SET, UNIVERSAL, VISIBLESTRING
 
Constructor Summary
CQLAndNode(CQLNode left, CQLNode right, ModifierSet ms)
          Creates a new AND node with the specified left- and right-hand sides and modifiers.
 
Method Summary
 
Methods inherited from class org.z3950.zing.cql.CQLBooleanNode
getLeftOperand, getModifiers, getRightOperand, toCQL, toPQF, toType1BER
 
Methods inherited from class org.z3950.zing.cql.CQLNode
getResultSetName, lenLen, makeOID, makeQuery, numLen, putNum, putTag, toString, toXCQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CQLAndNode

public CQLAndNode(CQLNode left,
                  CQLNode right,
                  ModifierSet ms)
Creates a new AND node with the specified left- and right-hand sides and modifiers.



Copyright © 2008-2014 Index Data. All Rights Reserved.