C# Class Alsing.SourceCode.Span

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Depth int
EndRow Row
EndWord Word
Expanded bool
Parent Span
Scope Scope
StartRow Row
StartWord Word
spanDefinition SpanDefinition

Public Methods

Method Description
Span ( )

Span ( Row startrow )

Method Details

Span() public method

public Span ( )

Span() public method

public Span ( Row startrow )
startrow Row

Property Details

Depth public property

The depth of this span in the span hirarchy
public int Depth
return int

EndRow public property

The row that the span ends on
public Row,Alsing.SourceCode EndRow
return Row

EndWord public property

The word that ends this span
public Word,Alsing.SourceCode EndWord
return Word

Expanded public property

Gets or Sets if this span is expanded
public bool Expanded
return bool

Parent public property

The parent span
public Span,Alsing.SourceCode Parent
return Span

Scope public property

Gets or Sets what scope triggered this span
public Scope,Alsing.SourceCode Scope
return Scope

StartRow public property

The row on which the span starts
public Row,Alsing.SourceCode StartRow
return Row

StartWord public property

The word that starts this span
public Word,Alsing.SourceCode StartWord
return Word

spanDefinition public property

The owner spanDefinition
public SpanDefinition spanDefinition
return SpanDefinition