|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression | |
|---|---|
| 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). |
| Uses of Expression in org.eclipse.mat.parser.internal.oql |
|---|
| Method parameters in org.eclipse.mat.parser.internal.oql with type arguments of type Expression | |
|---|---|
Object |
ICompiler.method(String name,
List<Expression> parameters,
boolean isFirstInPath)
|
| Uses of Expression in org.eclipse.mat.parser.internal.oql.compiler |
|---|
| Subclasses of Expression in org.eclipse.mat.parser.internal.oql.compiler | |
|---|---|
class |
QueryExpression
|
| Methods in org.eclipse.mat.parser.internal.oql.compiler that return Expression | |
|---|---|
Expression |
Query.FromClause.getCall()
|
Expression |
Query.SelectItem.getExpression()
|
Expression |
Query.getWhereClause()
|
| Methods in org.eclipse.mat.parser.internal.oql.compiler with parameters of type Expression | |
|---|---|
void |
Query.FromClause.setCall(Expression call)
|
void |
Query.SelectItem.setExpression(Expression expression)
|
void |
Query.setWhereClause(Expression whereClause)
|
| Method parameters in org.eclipse.mat.parser.internal.oql.compiler with type arguments of type Expression | |
|---|---|
Object |
CompilerImpl.method(String name,
List<Expression> parameters,
boolean isFirstInPath)
|
| Constructors in org.eclipse.mat.parser.internal.oql.compiler with parameters of type Expression | |
|---|---|
Query.SelectItem(String name,
Expression expression)
|
|
| Uses of Expression in org.eclipse.mat.parser.internal.oql.parser |
|---|
| Methods in org.eclipse.mat.parser.internal.oql.parser that return types with arguments of type Expression | |
|---|---|
List<Expression> |
OQLParser.ParameterList()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||