C# Класс Code2Xml.Core.Tests.Location.CodeRangeTest

Показать файл Открыть проект

Приватные методы

Метод Описание
ContainsCodeLocation ( int line, int pos ) : bool
ContainsCodePosition ( int startLine, int startPos, int endLine, int endPos ) : bool
ConvertIndiciesToRange ( CstNode node, string code, int inclusiveStart, int exclusiveEnd, CodeRange range ) : void
ConvertRangeToIndicies ( string code, CstNode node, int &inclusiveStart, int &exclusiveEnd ) : CodeRange
FindElement ( ) : void
InterConvertCodeRangeAndIndicies ( string code ) : void
Locate ( ) : void
Overlaps ( int startLine, int startPos, int endLine, int endPos ) : bool