struct RawBinaryOperatorConstant

Defined at line 188 of file ../../tools/fidl/fidlc/src/raw_ast.h

Public Members

unique_ptr left_operand
unique_ptr right_operand
Operator op

Public Methods

void Accept (TreeVisitor * visitor)
void RawBinaryOperatorConstant (std::unique_ptr<RawConstant> left_operand, std::unique_ptr<RawConstant> right_operand, Operator op)

Defined at line 190 of file ../../tools/fidl/fidlc/src/raw_ast.h

Enumerations

enum Operator
Name Value
kOr 0

Defined at line 189 of file ../../tools/fidl/fidlc/src/raw_ast.h