C# 클래스 Axiom.Compiler.Framework.PrologRegisterTable

파일 보기 프로젝트 열기: ahodroj/prologdotnet 1 사용 예제들

공개 메소드들

메소드 설명
AllocateRegister ( int reg ) : void
FindRegister ( ) : int
FreeAllRegisters ( ) : void
FreeRegister ( int reg ) : void
InUse ( int reg ) : bool
PrologRegisterTable ( ) : System

메소드 상세

AllocateRegister() 공개 메소드

public AllocateRegister ( int reg ) : void
reg int
리턴 void

FindRegister() 공개 메소드

public FindRegister ( ) : int
리턴 int

FreeAllRegisters() 공개 메소드

public FreeAllRegisters ( ) : void
리턴 void

FreeRegister() 공개 메소드

public FreeRegister ( int reg ) : void
reg int
리턴 void

InUse() 공개 메소드

public InUse ( int reg ) : bool
reg int
리턴 bool

PrologRegisterTable() 공개 메소드

public PrologRegisterTable ( ) : System
리턴 System