struct RawAttributeArg

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

Public Members

unique_ptr maybe_name
unique_ptr value

Public Methods

void Accept (TreeVisitor * visitor)
void RawAttributeArg (const SourceElement & element, std::unique_ptr<RawIdentifier> name, std::unique_ptr<RawConstant> value)

Constructor for cases where the arg name has been explicitly defined in the text.

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

void RawAttributeArg (const SourceElement & element, std::unique_ptr<RawConstant> value)

Constructor for cases where the arg name is inferred.

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