Gyoji Compiler
Loading...
Searching...
No Matches
Gyoji::frontend::tree::StatementVariableDeclaration Member List

This is the complete list of members for Gyoji::frontend::tree::StatementVariableDeclaration, including all inherited members.

get_children() constGyoji::frontend::ast::SyntaxNode
get_data() constGyoji::frontend::ast::SyntaxNodeinline
get_identifier() constGyoji::frontend::tree::StatementVariableDeclaration
get_initializer_expression() constGyoji::frontend::tree::StatementVariableDeclaration
get_source_ref() constGyoji::frontend::ast::SyntaxNode
get_syntax_node() constGyoji::frontend::ast::SyntaxNode
get_type() constGyoji::frontend::ast::SyntaxNode
get_type_specifier() constGyoji::frontend::tree::StatementVariableDeclaration
has_data() constGyoji::frontend::ast::SyntaxNodeinline
StatementVariableDeclaration(Gyoji::owned< TypeSpecifier > _type_specifier, Gyoji::owned< Terminal > _identifier_token, Gyoji::owned< InitializerExpression > _initializer, Gyoji::owned< Terminal > _semicolon_token)Gyoji::frontend::tree::StatementVariableDeclaration
SyntaxNode(Gyoji::context::TokenID _type, specific_type_t _data, const Gyoji::context::SourceReference &_source_ref)Gyoji::frontend::ast::SyntaxNode
~StatementVariableDeclaration()Gyoji::frontend::tree::StatementVariableDeclaration