Uses of Class
org.codehaus.jparsec.examples.sql.ast.Op

Packages that use Op
org.codehaus.jparsec.examples.sql.ast   
 

Uses of Op in org.codehaus.jparsec.examples.sql.ast
 

Fields in org.codehaus.jparsec.examples.sql.ast declared as Op
 Op UnaryRelationalExpression.operator
           
 Op UnaryExpression.operator
           
 Op BinaryRelationalExpression.operator
           
 Op BinaryExpression.operator
           
 

Methods in org.codehaus.jparsec.examples.sql.ast that return Op
static Op Op.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Op[] Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codehaus.jparsec.examples.sql.ast with parameters of type Op
BinaryExpression(Expression left, Op op, Expression right)
           
BinaryRelationalExpression(Expression expression, Op operator, Relation relation)
           
UnaryExpression(Op operator, Expression operand)
           
UnaryRelationalExpression(Relation relation, Op operator)
           
 



Copyright © 2014. All rights reserved.