Package | Description |
---|---|
org.eclipse.mat.parser.internal.oql |
Object Query Language (OQL) (not API).
|
org.eclipse.mat.parser.internal.oql.compiler |
Object Query Language (OQL) compiler (not API).
|
org.eclipse.mat.parser.internal.oql.parser |
Object Query Language (OQL) parser (not API).
|
Modifier and Type | Method and Description |
---|---|
Object |
ICompiler.subQuery(Query q) |
Constructor and Description |
---|
OQLQueryImpl(EvaluationContext parent,
Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.FromClause.getSubSelect() |
Modifier and Type | Method and Description |
---|---|
List<Query> |
Query.getUnionQueries() |
Modifier and Type | Method and Description |
---|---|
void |
Query.addUnionQuery(Query query) |
void |
Query.FromClause.setSubSelect(Query subSelect) |
Object |
CompilerImpl.subQuery(Query q) |
Constructor and Description |
---|
QueryExpression(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
OQLParser.ParseQuery()
THE OQL GRAMMAR STARTS HERE *
|
Query |
OQLParser.ParseQueryFromInputLine() |
Query |
OQLParser.SelectStatement() |
Modifier and Type | Method and Description |
---|---|
void |
OQLParser.FromClause(Query q) |
void |
OQLParser.SelectList(Query q) |
void |
OQLParser.UnionClause(Query q) |
void |
OQLParser.WhereClause(Query q) |