Method | Description | |
---|---|---|
GetQueryLines ( string lines ) : IEnumerable |
||
ValidateAndPrepare ( string lines, |
||
ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool |
Method | Description | |
---|---|---|
CheckLineRange ( int totalLines, int startLine, int endLine ) : bool |
protected CheckLineRange ( int totalLines, int startLine, int endLine ) : bool | ||
totalLines | int | |
startLine | int | |
endLine | int | |
return | bool |
public abstract GetQueryLines ( string lines ) : IEnumerable |
||
lines | string | |
return | IEnumerable |
public abstract ValidateAndPrepare ( string lines, |
||
lines | string | |
token | ||
return | bool |
public ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool | ||
totalLines | int | |
return | bool |