C# 클래스 MonoDevelop.TypeScriptBinding.Formatting.TypeScriptIndentEngine.IndentStack

상속: ICloneable
파일 보기 프로젝트 열기: atsushieno/md-typescript

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

IndentStack() 공개 메소드

public IndentStack ( TypeScriptIndentEngine engine ) : System
engine TypeScriptIndentEngine
리턴 System

IndentStack() 공개 메소드

public IndentStack ( TypeScriptIndentEngine engine, int capacity ) : System
engine TypeScriptIndentEngine
capacity int
리턴 System

PeekIndent() 공개 메소드

public PeekIndent ( int up ) : string
up int
리턴 string

PeekInside() 공개 메소드

public PeekInside ( int up ) : Inside
up int
리턴 Inside

PeekKeyword() 공개 메소드

public PeekKeyword ( int up ) : string
up int
리턴 string

PeekLineNumber() 공개 메소드

public PeekLineNumber ( int up ) : int
up int
리턴 int

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

public Push ( Inside inside, string keyword, int lineNumber, int nSpaces ) : void
inside Inside
keyword string
lineNumber int
nSpaces int
리턴 void

Push() 공개 메소드

public Push ( Inside inside, string keyword, int lineNumber, int nSpaces, string indent ) : void
inside Inside
keyword string
lineNumber int
nSpaces int
indent string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void