C# 클래스 JackCompiler.LabelStack

파일 보기 프로젝트 열기: selagroup/diagnostics-courses 1 사용 예제들

공개 메소드들

메소드 설명
LabelStack ( string prefix ) : System
Pop ( ) : string
Push ( ) : string

메소드 상세

LabelStack() 공개 메소드

public LabelStack ( string prefix ) : System
prefix string
리턴 System

Pop() 공개 메소드

public Pop ( ) : string
리턴 string

Push() 공개 메소드

public Push ( ) : string
리턴 string