C# 클래스 Pytocs.TypeInference.TypeStack

파일 보기 프로젝트 열기: uxmal/pytocs

공개 메소드들

메소드 설명
contains ( DataType first, DataType second ) : bool
pop ( object first, object second ) : void
push ( DataType first, DataType second ) : void

메소드 상세

contains() 공개 메소드

public contains ( DataType first, DataType second ) : bool
first DataType
second DataType
리턴 bool

pop() 공개 메소드

public pop ( object first, object second ) : void
first object
second object
리턴 void

push() 공개 메소드

public push ( DataType first, DataType second ) : void
first DataType
second DataType
리턴 void