MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / pushToken

Method pushToken

extern/cloop/src/cloop/Lexer.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void Lexer::pushToken(const Token& token)
190{
191 tokens.push(token);
192}
193
194void Lexer::skip(Char& ch) // skip spaces and comments
195{

Callers 9

parseMethod · 0.80
parseInterfaceMethod · 0.80
parseItemMethod · 0.80
parseIfThenElseActionMethod · 0.80
parseMethodMethod · 0.80
parseLogicalExprMethod · 0.80
parseUnaryExprMethod · 0.80
parsePrimaryExprMethod · 0.80
parseTypeRefMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected