Uses of Class
isql.builder.ExpressionBuilderTypes

Packages that use ExpressionBuilderTypes
isql.builder   
 

Uses of ExpressionBuilderTypes in isql.builder
 

Methods in isql.builder that return ExpressionBuilderTypes
static ExpressionBuilderTypes ExpressionBuilderTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExpressionBuilderTypes[] ExpressionBuilderTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in isql.builder with parameters of type ExpressionBuilderTypes
 ExpressionStack ExpressionStack.add(ExpressionBuilderTypes toAdd)
          Builds a new stack with the content of this plus the new element
 boolean ExpressionStack.contains(ExpressionBuilderTypes parent)
          Checks if one of the ancestors of the current expression has this type (FUNCTION,..,)