org.usergrid.persistence.query.tree
Class BooleanOperand

java.lang.Object
  extended by org.antlr.runtime.tree.BaseTree
      extended by org.antlr.runtime.tree.CommonTree
          extended by org.usergrid.persistence.query.tree.Operand
              extended by org.usergrid.persistence.query.tree.BooleanOperand
All Implemented Interfaces:
org.antlr.runtime.tree.Tree
Direct Known Subclasses:
AndOperand, OrOperand

public abstract class BooleanOperand
extends Operand

A base class for any equality expression. Expressions must have a property and a value. Examples are >=, >, =, <, <=,

Author:
tnine

Field Summary
 
Fields inherited from class org.antlr.runtime.tree.CommonTree
childIndex, parent, startIndex, stopIndex, token
 
Fields inherited from class org.antlr.runtime.tree.BaseTree
children
 
Fields inherited from interface org.antlr.runtime.tree.Tree
INVALID_NODE
 
Constructor Summary
BooleanOperand(org.antlr.runtime.Token t)
           
 
Method Summary
 Operand getLeft()
           
 Operand getRight()
           
 
Methods inherited from class org.usergrid.persistence.query.tree.Operand
getParent, visit
 
Methods inherited from class org.antlr.runtime.tree.CommonTree
dupNode, getCharPositionInLine, getChildIndex, getLine, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString
 
Methods inherited from class org.antlr.runtime.tree.BaseTree
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanOperand

public BooleanOperand(org.antlr.runtime.Token t)
Parameters:
property -
literal -
Method Detail

getLeft

public Operand getLeft()

getRight

public Operand getRight()


Copyright © 2013. All Rights Reserved.