C# Class MonoDevelop.FSharp.Formatting.FSharpIndentEngine

Inheritance: ICloneable, IDocumentStateEngine
Mostra file Open project: vasili/FSharpBinding Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Debug ( ) : void
FSharpIndentEngine ( ) : System
Push ( char c ) : void
Reset ( ) : void

Private Methods

Method 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 method

public Clone ( ) : object
return object

Debug() public method

public Debug ( ) : void
return void

FSharpIndentEngine() public method

public FSharpIndentEngine ( ) : System
return System

Push() public method

public Push ( char c ) : void
c char
return void

Reset() public method

public Reset ( ) : void
return void