Package io.aether.common.expressions
Class Not
- java.lang.Object
-
- io.aether.common.expressions.Expression
-
- io.aether.common.expressions.Not
-
public final class Not extends Expression
-
-
Field Summary
-
Fields inherited from class io.aether.common.expressions.Expression
calculate, ctx, NUMBER_TYPES, type, typeRaw
-
-
Constructor Summary
Constructors Constructor Description Not()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetTarget()protected voidprepareForContext0()voidsetTarget(Expression target)-
Methods inherited from class io.aether.common.expressions.Expression
getCtx, prepareForContext
-
-
-
-
Method Detail
-
getTarget
public Expression getTarget()
-
setTarget
public void setTarget(Expression target)
-
prepareForContext0
protected void prepareForContext0()
- Specified by:
prepareForContext0in classExpression
-
-