C# 클래스 MonoDevelop.FSharp.Highlighting.FSharpSyntaxMode.FSharpSpanParser

상속: SpanParser
파일 보기 프로젝트 열기: vasili/FSharpBinding

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FSharpSpanParser ( Mono.TextEditor.Document doc, Mono.TextEditor.Highlighting.SyntaxMode mode, Mono.TextEditor.LineSegment line, Stack spanStack ) : System

보호된 메소드들

메소드 설명
ScanSpan ( int &i ) : void
ScanSpanEnd ( Mono cur, int i ) : bool

메소드 상세

FSharpSpanParser() 공개 메소드

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
리턴 System

ScanSpan() 보호된 메소드

protected ScanSpan ( int &i ) : void
i int
리턴 void

ScanSpanEnd() 보호된 메소드

protected ScanSpanEnd ( Mono cur, int i ) : bool
cur Mono
i int
리턴 bool