Package | Description |
---|---|
oracle.toplink.essentials.internal.parsing | |
oracle.toplink.essentials.internal.parsing.ejbql |
Modifier and Type | Class and Description |
---|---|
class |
NodeFactoryImpl
INTERNAL
|
Modifier and Type | Method and Description |
---|---|
NodeFactory |
ParseTreeContext.getNodeFactory() |
Constructor and Description |
---|
ParseTreeContext(NodeFactory nodeFactory,
String queryInfo)
INTERNAL
Return a new initialized ParseTreeContext
|
Modifier and Type | Field and Description |
---|---|
protected NodeFactory |
EJBQLParser.factory
The factory to create parse tree nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeFactory |
EJBQLParser.getNodeFactory()
INTERNAL
Returns the factory used by the parser to create a parse tree and parse
tree nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
EJBQLParser.setNodeFactory(NodeFactory factory)
INTERNAL
Set the factory used by the parser to create a parse tree and parse
tree nodes.
|
Copyright © 2024. All rights reserved.