Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ SetToken
Method
SetToken
sdk/angelscript/source/as_scriptnode.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void asCScriptNode::SetToken(sToken *token)
103
{
104
tokenType = token->type;
105
}
106
107
void asCScriptNode::UpdateSourcePos(size_t pos, size_t length)
108
{
Callers
15
ParseToken
Method · 0.80
ParseOneOf
Method · 0.80
ParseDataType
Method · 0.80
ParseRealType
Method · 0.80
ParseIdentifier
Method · 0.80
ParseConstant
Method · 0.80
ParseStringConstant
Method · 0.80
ParseExprPreOp
Method · 0.80
ParseExprPostOp
Method · 0.80
ParseExprOperator
Method · 0.80
ParseAssignOperator
Method · 0.80
ParseImport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected