MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getTokenType

Method getTokenType

src/common/StateDatabase.cpp:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630
631
632StateDatabase::ExpressionToken::Type StateDatabase::ExpressionToken::getTokenType() const {
633 return tokenType;
634}
635
636
637StateDatabase::ExpressionToken::Contents StateDatabase::ExpressionToken::getTokenContents() const {

Callers 3

StateDatabase.cppFile · 0.80
infixToPrefixMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected