public class Not extends SingleArgFn
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptFnVisitor(FnVisitor<T> visitor) |
protected Value |
evalArg(Value arg) |
static Not |
ofExpr(Expr expr) |
static Not |
ofExprs(Expr expr) |
Expr |
target() |
evalaccept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toStringpublic static final String ID
public Not(FnNode fnNode)
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor in class Fnprotected Value evalArg(Value arg)
evalArg in class SingleArgFnpublic Expr target()
target in class SingleArgFnCopyright © 2023. All rights reserved.