Package | Description |
---|---|
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
org.modeshape.jcr.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. |
Modifier and Type | Class and Description |
---|---|
class |
LiteralValue
Implementation of the literal value static operand for the JCR Query Object Model, used only in bound variables.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(Literal obj) |
void |
Visitors.WalkAllVisitor.visit(Literal literal) |
void |
Visitors.ReadableVisitor.visit(Literal literal) |
void |
Visitor.visit(Literal obj) |
Modifier and Type | Method and Description |
---|---|
protected Literal |
BasicSqlQueryParser.literal(TypeSystem typeSystem,
Object value) |
protected Literal |
BasicSqlQueryParser.parseLiteral(TokenStream tokens,
TypeSystem typeSystem) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.