Package io.aether.common.expressions
Class Gte
- java.lang.Object
-
- io.aether.common.expressions.Expression
-
- io.aether.common.expressions.BinOperator
-
- io.aether.common.expressions.Gte
-
public final class Gte extends BinOperator
-
-
Field Summary
-
Fields inherited from class io.aether.common.expressions.BinOperator
left, right
-
Fields inherited from class io.aether.common.expressions.Expression
calculate, ctx, NUMBER_TYPES, type, typeRaw
-
-
Constructor Summary
Constructors Constructor Description Gte()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprepareForContext0()-
Methods inherited from class io.aether.common.expressions.BinOperator
getLeft, getRight, setLeft, setRight
-
Methods inherited from class io.aether.common.expressions.Expression
getCtx, prepareForContext
-
-
-
-
Method Detail
-
prepareForContext0
protected void prepareForContext0()
- Specified by:
prepareForContext0in classExpression
-
-