C# Class MonoDevelop.FSharp.Highlighting.FSharpSyntaxMode.FSharpSpanParser

Inheritance: SpanParser
ファイルを表示 Open project: vasili/FSharpBinding

Private Properties

Property Type Description

Public Methods

Method Description
FSharpSpanParser ( Mono.TextEditor.Document doc, Mono.TextEditor.Highlighting.SyntaxMode mode, Mono.TextEditor.LineSegment line, Stack spanStack ) : System

Protected Methods

Method Description
ScanSpan ( int &i ) : void
ScanSpanEnd ( Mono cur, int i ) : bool

Method Details

FSharpSpanParser() public method

public FSharpSpanParser ( Mono.TextEditor.Document doc, Mono.TextEditor.Highlighting.SyntaxMode mode, Mono.TextEditor.LineSegment line, Stack spanStack ) : System
doc Mono.TextEditor.Document
mode Mono.TextEditor.Highlighting.SyntaxMode
line Mono.TextEditor.LineSegment
spanStack Stack
return System

ScanSpan() protected method

protected ScanSpan ( int &i ) : void
i int
return void

ScanSpanEnd() protected method

protected ScanSpanEnd ( Mono cur, int i ) : bool
cur Mono
i int
return bool