struct BinaryOperatorConstant
Defined at line 222 of file ../../tools/fidl/fidlc/src/values.h
Public Members
unique_ptr left_operand
unique_ptr right_operand
Operator op
Public Methods
void BinaryOperatorConstant (std::unique_ptr<Constant> left_operand, std::unique_ptr<Constant> right_operand, Operator op, SourceSpan span)
Defined at line 225 of file ../../tools/fidl/fidlc/src/values.h
Enumerations
enum Operator
| Name | Value |
|---|---|
| kOr | 0 |
Defined at line 223 of file ../../tools/fidl/fidlc/src/values.h