Class BooleanEqualsFn
- java.lang.Object
-
- software.amazon.awssdk.services.kinesis.endpoints.internal.Expr
-
- software.amazon.awssdk.services.kinesis.endpoints.internal.Fn
-
- software.amazon.awssdk.services.kinesis.endpoints.internal.BooleanEqualsFn
-
-
Constructor Summary
Constructors Constructor Description BooleanEqualsFn(FnNode fnNode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
acceptFnVisitor(FnVisitor<T> visitor)
Value
eval(Scope<Value> scope)
static BooleanEqualsFn
fromParam(Parameter param, Expr value)
Expr
getLeft()
Expr
getRight()
static BooleanEqualsFn
ofExprs(Expr left, Expr right)
-
Methods inherited from class software.amazon.awssdk.services.kinesis.endpoints.internal.Fn
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BooleanEqualsFn
public BooleanEqualsFn(FnNode fnNode)
-
-
Method Detail
-
acceptFnVisitor
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
- Specified by:
acceptFnVisitor
in classFn
-
ofExprs
public static BooleanEqualsFn ofExprs(Expr left, Expr right)
-
getLeft
public Expr getLeft()
-
getRight
public Expr getRight()
-
fromParam
public static BooleanEqualsFn fromParam(Parameter param, Expr value)
-
-