public static interface RelationalOpEnum.Computer
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(CodegenExpressionRef lhs,
java.lang.Class lhsType,
CodegenExpression rhs,
java.lang.Class rhsType) |
boolean |
compare(java.lang.Object objOne,
java.lang.Object objTwo)
Compares objects and returns boolean indicating larger (true) or smaller (false).
|
boolean compare(java.lang.Object objOne, java.lang.Object objTwo)
objOne
- object to compareobjTwo
- object to compareCodegenExpression codegen(CodegenExpressionRef lhs, java.lang.Class lhsType, CodegenExpression rhs, java.lang.Class rhsType)