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

Method GetIndex

LuaParser/src/Ast/LuaSyntaxNode.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::size_t LuaSyntaxNode::GetIndex() const {
126 return _index;
127}
128
129LuaSyntaxNode LuaSyntaxNode::GetChildSyntaxNode(LuaSyntaxNodeKind kind, const LuaSyntaxTree &t) const {
130 auto child = GetFirstChild(t);

Callers 15

PushStyleCheckMethod · 0.80
BasicResolveMethod · 0.80
DfsForeachMethod · 0.80
SpaceLeftMethod · 0.80
SpaceRightMethod · 0.80
SpaceIgnoreMethod · 0.80
GetRightSpaceMethod · 0.80
ProcessSpaceMethod · 0.80
QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected