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

Class TextRange

LuaParser/include/LuaParser/Types/TextRange.h:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <cstdlib>
4
5class TextRange {
6public:
7 TextRange();
8
9 TextRange(std::size_t startOffset, std::size_t length);
10
11 std::size_t GetEndOffset() const;
12
13 std::size_t StartOffset;
14 std::size_t Length;
15};

Callers 15

IdentifyAnalyzeMethod · 0.85
TextAnalyzeMethod · 0.85
EndWithNewLineMethod · 0.85
BasicResolveMethod · 0.85
LexMethod · 0.85
ReadLongStringMethod · 0.85
ReadLongCLikeCommentMethod · 0.85
ReadStringMethod · 0.85
GetTokenRangeMethod · 0.85
GetTokenRangeMethod · 0.85
GetTextRangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected