Uses of Class
org.eclipse.mat.parser.internal.oql.compiler.Expression

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
 java.lang.Object ICompiler.method(java.lang.String name, java.util.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
 java.lang.Object CompilerImpl.method(java.lang.String name, java.util.List<Expression> parameters, boolean isFirstInPath)
           
 

Constructors in org.eclipse.mat.parser.internal.oql.compiler with parameters of type Expression
Query.SelectItem(java.lang.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
 java.util.List<Expression> OQLParser.ParameterList()