C# Class MonoDevelop.FSharp.Formatting.FSharpIndentEngine

Inheritance: ICloneable, IDocumentStateEngine
Afficher le fichier Open project: vasili/FSharpBinding Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Debug ( ) : void
FSharpIndentEngine ( ) : System
Push ( char c ) : void
Reset ( ) : void

Private Methods

Méthode Description
Folded2LevelsNonSpecial ( ) : bool
FoldedClassDeclaration ( ) : bool
GetDirectiveKeyword ( char currentChar ) : string
KeywordIsSpecial ( string keyword ) : bool
PushBackSlash ( Inside inside ) : void
PushCloseBrace ( Inside inside ) : void
PushCloseParen ( Inside inside ) : void
PushCloseSq ( Inside inside ) : void
PushColon ( Inside inside ) : void
PushFoldedStatement ( ) : void
PushHash ( Inside inside ) : void
PushNewLine ( Inside inside ) : void
PushOpenBrace ( Inside inside ) : void
PushOpenParen ( Inside inside ) : void
PushOpenSq ( Inside inside ) : void
PushQuote ( Inside inside ) : void
PushSQuote ( Inside inside ) : void
PushSemicolon ( Inside inside ) : void
PushSlash ( Inside inside ) : void
PushStar ( Inside inside ) : void
TabsToSpaces ( string indent ) : string
TrimIndent ( ) : void
WordIsDefault ( ) : bool
WordIsKeyword ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Debug() public méthode

public Debug ( ) : void
Résultat void

FSharpIndentEngine() public méthode

public FSharpIndentEngine ( ) : System
Résultat System

Push() public méthode

public Push ( char c ) : void
c char
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void