MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetSyntaxKind

Method GetSyntaxKind

LuaParser/src/Ast/LuaSyntaxNode.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54LuaSyntaxNodeKind LuaSyntaxNode::GetSyntaxKind(const LuaSyntaxTree &t) const {
55 return t.GetNodeKind(_index);
56}
57
58LuaTokenKind LuaSyntaxNode::GetTokenKind(const LuaSyntaxTree &t) const {
59 return t.GetTokenKind(_index);

Callers 15

AnalyzeMethod · 0.80
CheckInNodeMethod · 0.80
CheckInBodyMethod · 0.80
CompleteMissTokenMethod · 0.80
AnalyzeMethod · 0.80
ComplexAnalyzeMethod · 0.80
CollectBinaryOperatorMethod · 0.80
AnalyzeMethod · 0.80
IsRectFieldFunction · 0.80
IsArrayTableFieldFunction · 0.80

Calls 1

GetNodeKindMethod · 0.80

Tested by

no test coverage detected