top | up | prev | next

LiteralParser Struct

Definition at line 14 of Literal.hpp

Member Functions

Match IntegerLiteral(CppLexer& lexer) static
Match Literal(CppLexer& lexer) static
Match StringLiteral(CppLexer& lexer) static

Member Function Details

IntegerLiteral Member Function

Match LiteralParser::IntegerLiteral(CppLexer & lexer) static

Definition at line 204 of Literal.cpp
Declaration at line 18 of Literal.hpp

Called by: ClassParser::PureSpecifier


Literal Member Function

Match LiteralParser::Literal(CppLexer & lexer) static

Definition at line 11 of Literal.cpp
Declaration at line 16 of Literal.hpp

Called by: ExpressionParser::PrimaryExpression


StringLiteral Member Function

Match LiteralParser::StringLiteral(CppLexer & lexer) static

Definition at line 153 of Literal.cpp
Declaration at line 17 of Literal.hpp

Called by: DeclarationParser::LinkageSpecification


top | up | prev | next