MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Token

Method Token

source/src/scriptinterpreter.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 int precedence;
121 int argCount;
122 Token(TokenType t, const std::string& v = std::string(), int p = -1, int ac = 0) : type(t), value(v), precedence(p), argCount(ac) {}
123 };
124
125 struct ReturnException : public std::exception

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected