Package io.aether.common.expressions
Class Lte
- java.lang.Object
-
- io.aether.common.expressions.Expression
-
- io.aether.common.expressions.BinOperator
-
- io.aether.common.expressions.Lte
-
public final class Lte extends BinOperator
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.utils.CTypeI<?>CTYPE-
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 Lte()Lte(Expression left, Expression right)
-
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
-
-
-
-
Constructor Detail
-
Lte
public Lte()
-
Lte
public Lte(Expression left, Expression right)
-
-
Method Detail
-
prepareForContext0
protected void prepareForContext0()
- Specified by:
prepareForContext0in classExpression
-
-