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

Inheritance: SpanParser
Afficher le fichier Open project: vasili/FSharpBinding

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
ScanSpan ( int &i ) : void
ScanSpanEnd ( Mono cur, int i ) : bool

Method Details

FSharpSpanParser() public méthode

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
Résultat System

ScanSpan() protected méthode

protected ScanSpan ( int &i ) : void
i int
Résultat void

ScanSpanEnd() protected méthode

protected ScanSpanEnd ( Mono cur, int i ) : bool
cur Mono
i int
Résultat bool