|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Literal | |
---|---|
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. |
Uses of Literal in org.modeshape.jcr.query.model |
---|
Subclasses of Literal in org.modeshape.jcr.query.model | |
---|---|
class |
LiteralValue
Implementation of the literal value static operand for the JCR Query Object Model, used only in bound variables. |
Methods in org.modeshape.jcr.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.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return Literal | |
---|---|
protected Literal |
BasicSqlQueryParser.literal(TypeSystem typeSystem,
Object value)
|
protected Literal |
BasicSqlQueryParser.parseLiteral(TokenStream tokens,
TypeSystem typeSystem)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |