Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void Lexer::pushToken(const Token& token)
190
{
191
tokens.push(token);
192
}
193
194
void Lexer::skip(Char& ch) // skip spaces and comments
195
{
Callers
9
parse
Method · 0.80
parseInterface
Method · 0.80
parseItem
Method · 0.80
parseIfThenElseAction
Method · 0.80
parseMethod
Method · 0.80
parseLogicalExpr
Method · 0.80
parseUnaryExpr
Method · 0.80
parsePrimaryExpr
Method · 0.80
parseTypeRef
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected