Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ isNumberTok
Method
isNumberTok
erpcgen/src/Token.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool Token::isNumberTok() const
50
{
51
return TOK_FLOAT_LITERAL == m_token || TOK_INT_LITERAL == m_token;
52
}
53
54
bool Token::isIdentifierTok() const
55
{
Callers
4
getValueForConst
Method · 0.80
handleBinaryOp
Method · 0.80
handleUnaryOp
Method · 0.80
handleUnionCase
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected