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.method(String name,
List<Expression> parameters,
boolean isFirstInPath) |
Modifier and Type | Class and Description |
---|---|
class |
QueryExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
Query.FromClause.getCall() |
Expression |
Query.SelectItem.getExpression() |
Expression |
Query.getWhereClause() |
Modifier and Type | Method and Description |
---|---|
void |
Query.FromClause.setCall(Expression call) |
void |
Query.SelectItem.setExpression(Expression expression) |
void |
Query.setWhereClause(Expression whereClause) |
Modifier and Type | Method and Description |
---|---|
Object |
CompilerImpl.method(String name,
List<Expression> parameters,
boolean isFirstInPath) |
Constructor and Description |
---|
SelectItem(String name,
Expression expression) |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
OQLParser.ParameterList() |