C# Class Alsing.SourceCode.Span

Datei anzeigen 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_oe property

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

EndRow public_oe property

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

EndWord public_oe property

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

Expanded public_oe property

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

Parent public_oe property

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

Scope public_oe property

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

StartRow public_oe property

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

StartWord public_oe property

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

spanDefinition public_oe property

The owner spanDefinition
public SpanDefinition spanDefinition
return SpanDefinition