Uses of Class
com.codestreet.selector.parser.Result

Packages that use Result
com.codestreet.selector   
com.codestreet.selector.parser   
 

Uses of Result in com.codestreet.selector
 

Methods in com.codestreet.selector that return Result
 Result Selector.eval(java.util.Map identifiers)
          Evaluate the selector.
 Result Selector.eval(IValueProvider provider, java.lang.Object corr)
          Evaluate the selector.
 Result ISelector.eval(java.util.Map identifiers)
          Evaluate the selector.
 Result ISelector.eval(IValueProvider provider, java.lang.Object corr)
          Evaluate the selector.
 

Uses of Result in com.codestreet.selector.parser
 

Fields in com.codestreet.selector.parser declared as Result
static Result Result.RESULT_TRUE
          TRUE.
static Result Result.RESULT_FALSE
          FALSE.
static Result Result.RESULT_UNKNOWN
          UNKNOWN.
 



Copyright © 2002-2006 CodeStreet. All Rights Reserved.