Uses of Class
org.modeshape.graph.query.model.Literal

Packages that use Literal
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.qom   
 

Uses of Literal in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type Literal
 void Visitors.AbstractVisitor.visit(Literal obj)
          
 void Visitors.WalkAllVisitor.visit(Literal literal)
          
 void Visitors.ReadableVisitor.visit(Literal literal)
          
 void Visitor.visit(Literal obj)
           
 

Uses of Literal in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return Literal
protected  Literal SqlQueryParser.literal(TypeSystem typeSystem, Object value)
           
protected  Literal SqlQueryParser.parseLiteral(TokenStream tokens, TypeSystem typeSystem)
           
 

Uses of Literal in org.modeshape.jcr.query.qom
 

Subclasses of Literal in org.modeshape.jcr.query.qom
 class JcrLiteral
          Implementation of the literal value static operand for the JCR Query Object Model and the Graph API.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.