struct RawConstant
Defined at line 158 of file ../../tools/fidl/fidlc/src/raw_ast.h
Public Members
Kind kind
Public Methods
void RawConstant (Token start, Token end, Kind kind)
Defined at line 161 of file ../../tools/fidl/fidlc/src/raw_ast.h
void RawConstant (const SourceElement & element, Kind kind)
Defined at line 162 of file ../../tools/fidl/fidlc/src/raw_ast.h
Enumerations
enum Kind
| Name | Value |
|---|---|
| kIdentifier | 0 |
| kLiteral | 1 |
| kBinaryOperator | 2 |
Defined at line 159 of file ../../tools/fidl/fidlc/src/raw_ast.h