跳到主要内容
版本:Next

Class Line

Assembly: RCaron.dll​
View Source​
Declaration
csharp
public abstract class Line
Declaration
csharp
public abstract class Line

Derived:
RCaron.CodeBlockLine, RCaron.ForLoopLine, RCaron.SingleTokenLine, RCaron.TokenLine

Properties​

Type​

View Source​
Declaration
csharp
public LineType Type { get; set; }
Declaration
csharp
public LineType Type { get; set; }

Methods​

GetLocation()​

View Source​
Declaration
csharp
public abstract TextSpan GetLocation()
Declaration
csharp
public abstract TextSpan GetLocation()
Returns​

RCaron.Parsing.TextSpan

Extension Methods​