C# 클래스 Irony.Compiler.ParserStack

파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 메소드들

메소드 설명
Pop ( int popCount ) : void
Push ( AstNode node, ParserState state ) : void
Reset ( ) : void
this ( int index ) : ParserStackElement

비공개 메소드들

메소드 설명
ExtendData ( ) : void

메소드 상세

Pop() 공개 메소드

public Pop ( int popCount ) : void
popCount int
리턴 void

Push() 공개 메소드

public Push ( AstNode node, ParserState state ) : void
node AstNode
state System.ParserState
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : ParserStackElement
index int
리턴 ParserStackElement