MCPcopy 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
49bool Token::isNumberTok() const
50{
51 return TOK_FLOAT_LITERAL == m_token || TOK_INT_LITERAL == m_token;
52}
53
54bool Token::isIdentifierTok() const
55{

Callers 4

getValueForConstMethod · 0.80
handleBinaryOpMethod · 0.80
handleUnaryOpMethod · 0.80
handleUnionCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected