C# Class MonoDevelop.TypeScriptBinding.Formatting.TypeScriptIndentEngine

Inheritance: ICloneable, IDocumentStateEngine
Afficher le fichier Open project: atsushieno/md-typescript Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Debug ( ) : void
Push ( char c ) : void
Reset ( ) : void
TypeScriptIndentEngine ( TypeScriptFormattingPolicy policy, TextStylePolicy textPolicy ) : System

Private Methods

Méthode Description
CheckForParentList ( ) : void
Folded2LevelsNonSpecial ( ) : bool
FoldedClassDeclaration ( ) : bool
GetDirectiveKeyword ( char currentChar ) : string
KeywordIsSpecial ( string keyword ) : bool
PushBackSlash ( Inside inside ) : void
PushCloseBrace ( Inside inside ) : void
PushCloseParen ( Inside inside ) : void
PushColon ( Inside inside ) : void
PushFoldedStatement ( ) : void
PushNewLine ( Inside inside ) : void
PushOpenBrace ( Inside inside ) : void
PushOpenParen ( 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

Push() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

TypeScriptIndentEngine() public méthode

public TypeScriptIndentEngine ( TypeScriptFormattingPolicy policy, TextStylePolicy textPolicy ) : System
policy TypeScriptFormattingPolicy
textPolicy TextStylePolicy
Résultat System