Class CompilerImpl
- java.lang.Object
-
- org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
-
-
Constructor Summary
Constructors Constructor Description CompilerImpl()
-
Method Summary
-
-
-
Method Detail
-
greaterThan
public Object greaterThan(Object left, Object right)
- Specified by:
greaterThan
in interfaceICompiler
-
greaterThanOrEqual
public Object greaterThanOrEqual(Object left, Object right)
- Specified by:
greaterThanOrEqual
in interfaceICompiler
-
lessThanOrEqual
public Object lessThanOrEqual(Object left, Object right)
- Specified by:
lessThanOrEqual
in interfaceICompiler
-
instanceOf
public Object instanceOf(Object left, String className)
- Specified by:
instanceOf
in interfaceICompiler
-
nullLiteral
public Object nullLiteral()
- Specified by:
nullLiteral
in interfaceICompiler
-
method
public Object method(String name, List<Expression> parameters, boolean isFirstInPath)
-
function
public org.eclipse.mat.parser.internal.oql.compiler.Function function(String name, Object subject)
-
-