Uses of Interface
org.tranql.ql.Literal

Packages that use Literal
org.tranql.ejb.parser   
org.tranql.ql   
 

Uses of Literal in org.tranql.ejb.parser
 

Methods in org.tranql.ejb.parser that return Literal
 Literal EJBQL21Compiler.literal(antlr.collections.AST _t)
           
 

Uses of Literal in org.tranql.ql
 

Classes in org.tranql.ql that implement Literal
 class BooleanLiteral
          This node is a string literal used in a where clause.
 class NumericLiteral
          This node is an exact number literal value.
 class StringLiteral
          This node is a string literal used in a where clause.
 



Copyright © -2010 The Codehaus. All Rights Reserved.