Uses of Class
org.eclipse.mat.parser.internal.oql.compiler.Expression
Packages that use Expression
Package
Description
Object Query Language (OQL) (not API).
Object Query Language (OQL) compiler (not API).
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 ExpressionModifier and TypeMethodDescriptionICompiler.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.compilerMethods in org.eclipse.mat.parser.internal.oql.compiler that return ExpressionModifier and TypeMethodDescriptionQuery.FromClause.getCall()
Query.SelectItem.getExpression()
Query.getWhereClause()
Methods in org.eclipse.mat.parser.internal.oql.compiler with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
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 ExpressionModifier and TypeMethodDescriptionCompilerImpl.method
(String name, List<Expression> parameters, boolean isFirstInPath) Constructors in org.eclipse.mat.parser.internal.oql.compiler with parameters of type 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