MCPcopy 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
102void asCScriptNode::SetToken(sToken *token)
103{
104 tokenType = token->type;
105}
106
107void asCScriptNode::UpdateSourcePos(size_t pos, size_t length)
108{

Callers 15

ParseTokenMethod · 0.80
ParseOneOfMethod · 0.80
ParseDataTypeMethod · 0.80
ParseRealTypeMethod · 0.80
ParseIdentifierMethod · 0.80
ParseConstantMethod · 0.80
ParseStringConstantMethod · 0.80
ParseExprPreOpMethod · 0.80
ParseExprPostOpMethod · 0.80
ParseExprOperatorMethod · 0.80
ParseAssignOperatorMethod · 0.80
ParseImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected