Uses of Interface
com.codestreet.selector.parser.IExpression

Packages that use IExpression
com.codestreet.selector.parser   
 

Uses of IExpression in com.codestreet.selector.parser
 

Subinterfaces of IExpression in com.codestreet.selector.parser
 interface IExpressionBool
          Marker interface implemented by bool expressions.
 interface IExpressionNumeric
          Marker interface implemented by numeric expressions.
 interface IExpressionString
          Marker interface implemented by String expressions.
 

Classes in com.codestreet.selector.parser that implement IExpression
 class Identifier
          Class to represent an identifier.
 

Methods in com.codestreet.selector.parser that return IExpression
 IExpression SelectorParser.expression()
          Start of the grammar
 IExpression SelectorParser.logicExpression()
           
 IExpression SelectorParser.notExpression()
           
 IExpression SelectorParser.relationalExpression()
           
 IExpression SelectorParser.orEqualExpression()
           
 IExpression SelectorParser.equalExpression()
           
 IExpression SelectorParser.additiveExpression()
           
 IExpression SelectorParser.multiplicativeExpression()
           
 IExpression SelectorParser.unaryExpression()
           
 IExpression SelectorParser.unaryExpressionNotPlusMinus()
           
 IExpression SelectorParser.nullExp(IExpression exp1)
           
 IExpression SelectorParser.likeExp(IExpression exp1)
           
 IExpression SelectorParser.SelectorParseState.getRoot()
           
 

Methods in com.codestreet.selector.parser with parameters of type IExpression
 IExpression SelectorParser.nullExp(IExpression exp1)
           
 IExpression SelectorParser.likeExp(IExpression exp1)
           
 

Constructors in com.codestreet.selector.parser with parameters of type IExpression
SelectorParser.SelectorParseState(IExpression root, java.util.Map identifiers)
           
 



Copyright © 2002-2006 CodeStreet. All Rights Reserved.