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 | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(BindVariableName obj) |
void |
Visitors.WalkAllVisitor.visit(BindVariableName variableName) |
void |
Visitors.ReadableVisitor.visit(BindVariableName variable) |
void |
Visitor.visit(BindVariableName obj) |
Modifier and Type | Method and Description |
---|---|
protected BindVariableName |
BasicSqlQueryParser.bindVariableName(String variableName) |
protected BindVariableName |
BasicSqlQueryParser.parseBindVariableName(TokenStream tokens,
TypeSystem typeSystem) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.