C# Class MonoDevelop.TypeScriptBinding.Formatting.TypeScriptIndentEngine.IndentStack

Inheritance: ICloneable
Afficher le fichier Open project: atsushieno/md-typescript

Méthodes publiques

Méthode Description
Clone ( ) : object
IndentStack ( TypeScriptIndentEngine engine ) : System
IndentStack ( TypeScriptIndentEngine engine, int capacity ) : System
PeekIndent ( int up ) : string
PeekInside ( int up ) : Inside
PeekKeyword ( int up ) : string
PeekLineNumber ( int up ) : int
Pop ( ) : void
Push ( Inside inside, string keyword, int lineNumber, int nSpaces ) : void
Push ( Inside inside, string keyword, int lineNumber, int nSpaces, string indent ) : void
Reset ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

IndentStack() public méthode

public IndentStack ( TypeScriptIndentEngine engine ) : System
engine TypeScriptIndentEngine
Résultat System

IndentStack() public méthode

public IndentStack ( TypeScriptIndentEngine engine, int capacity ) : System
engine TypeScriptIndentEngine
capacity int
Résultat System

PeekIndent() public méthode

public PeekIndent ( int up ) : string
up int
Résultat string

PeekInside() public méthode

public PeekInside ( int up ) : Inside
up int
Résultat Inside

PeekKeyword() public méthode

public PeekKeyword ( int up ) : string
up int
Résultat string

PeekLineNumber() public méthode

public PeekLineNumber ( int up ) : int
up int
Résultat int

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( Inside inside, string keyword, int lineNumber, int nSpaces ) : void
inside Inside
keyword string
lineNumber int
nSpaces int
Résultat void

Push() public méthode

public Push ( Inside inside, string keyword, int lineNumber, int nSpaces, string indent ) : void
inside Inside
keyword string
lineNumber int
nSpaces int
indent string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void