nss-lang
0.0.1
nss-lang
/
ast.expr.binary.logical
Package
ast.
expr.
binary.
logical
Types
Types
And
Link copied to clipboard
class
And
(
val
lhs
:
Expression
,
val
rhs
:
Expression
)
:
Expression
Content copied to clipboard
Represents the logical AND operation.
Or
Link copied to clipboard
class
Or
(
val
lhs
:
Expression
,
val
rhs
:
Expression
)
:
Expression
Content copied to clipboard
Represents the logical OR operation.