Class RuntimeComparison
java.lang.Object
io.github.protasm.jvmud.compiler.runtime.RuntimeComparison
Runtime comparison helpers for LPC mixed/string/numeric relational operators.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleangreaterThan(Object left, Object right) Returns whetherleftis greater thanrightusing LPC-compatible ordering.static booleangreaterThanOrEqual(Object left, Object right) Returns whetherleftis greater than or equal torightusing LPC-compatible ordering.static booleanReturns whetherleftis less thanrightusing LPC-compatible ordering.static booleanlessThanOrEqual(Object left, Object right) Returns whetherleftis less than or equal torightusing LPC-compatible ordering.
-
Method Details
-
greaterThan
-
greaterThanOrEqual
-
lessThan
-
lessThanOrEqual
-