Class AbstractParser
java.lang.Object
org.datanucleus.store.query.compiler.AbstractParser
- All Implemented Interfaces:
Parser
- Direct Known Subclasses:
JDOQLParser, JPQLParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static NodeConvenience method to navigate down through descendants to find the last one.voidsetExplicitParameters(boolean flag) voidsetStrict(boolean flag) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Parser
parse, parseFrom, parseOrder, parseParameters, parseResult, parseTuple, parseUpdate, parseVariable, parseVariables
-
Field Details
-
strict
protected boolean strictWhether to impose strict syntax for the query language. -
lexer
-
stack
-
-
Constructor Details
-
AbstractParser
public AbstractParser()
-
-
Method Details
-
setStrict
-
setExplicitParameters
public void setExplicitParameters(boolean flag) - Specified by:
setExplicitParametersin interfaceParser
-
getLastDescendantNodeForNode
-