| Package | Description |
|---|---|
| net.ontopia.topicmaps.query.parser |
Contains the code that parses tolog queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalParseContext
INTERNAL: Represents the global immutable context of all tolog
queries.
|
class |
LocalParseContext
INTERNAL: Represents the local context in which a tolog query or
rule file is being parsed.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParseContextIF |
TologParser.context |
| Modifier and Type | Method and Description |
|---|---|
ParseContextIF |
TologParser.getContext() |
ParseContextIF |
TologParser.parseDeclarations(String decls) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealTologParser.setContext(ParseContextIF context) |
void |
RealTologParser.setContext(ParseContextIF context) |
void |
InsertStatement.setCTMPart(String ctm,
ParseContextIF context) |
| Constructor and Description |
|---|
LocalParseContext(ParseContextIF subcontext) |
TologParser(ParseContextIF context,
TologOptions options) |