Class CompilerImpl
java.lang.Object
org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
- All Implemented Interfaces:
ICompiler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.mat.parser.internal.oql.compiler.Function
greaterThan
(Object left, Object right) greaterThanOrEqual
(Object left, Object right) instanceOf
(Object left, String className) lessThanOrEqual
(Object left, Object right) method
(String name, List<Expression> parameters, boolean isFirstInPath)
-
Constructor Details
-
CompilerImpl
public CompilerImpl()
-
-
Method Details
-
and
-
or
-
equal
-
notEqual
-
greaterThan
- Specified by:
greaterThan
in interfaceICompiler
-
greaterThanOrEqual
- Specified by:
greaterThanOrEqual
in interfaceICompiler
-
lessThan
-
lessThanOrEqual
- Specified by:
lessThanOrEqual
in interfaceICompiler
-
like
-
notLike
-
in
-
notIn
-
instanceOf
- Specified by:
instanceOf
in interfaceICompiler
-
literal
-
nullLiteral
- Specified by:
nullLiteral
in interfaceICompiler
-
path
-
method
-
function
-
subQuery
-
divide
-
minus
-
multiply
-
plus
-
array
-
array
-