C# 클래스 Axiom.Runtime.UnitTests._Builtins

파일 보기 프로젝트 열기: ahodroj/prologdotnet

공개 메소드들

메소드 설명
SetupMachine ( ) : AbstractMachineState
Verify ( string name, int arity ) : void

비공개 메소드들

메소드 설명
atom_1_atom ( ) : void
atom_1_int ( ) : void
atom_1_list ( ) : void
atom_1_string ( ) : void
atom_1_struct ( ) : void
bound_1_bound ( ) : void
bound_1_unbound ( ) : void
call_1 ( ) : void
char_1_char ( ) : void
char_1_nochar ( ) : void
equals_2 ( ) : void
free_1_bound ( ) : void
free_1_unbound ( ) : void
get0_1 ( ) : void
greaterthan_2 ( ) : void
greaterthanequals_2 ( ) : void
integer_1_int ( ) : void
integer_1_noint ( ) : void
lessthan_2 ( ) : void
lessthanequals_2 ( ) : void
nl_0 ( ) : void
nonvar_1_bound ( ) : void
nonvar_1_unbound ( ) : void
notunifiable_2 ( ) : void
put_1 ( ) : void
skip_1 ( ) : void
string_1_string ( ) : void
unify_2 ( ) : void
var_1_bound ( ) : void
var_1_unbound ( ) : void
write_1 ( ) : void
writeln_1 ( ) : void

메소드 상세

SetupMachine() 공개 메소드

public SetupMachine ( ) : AbstractMachineState
리턴 Axiom.Runtime.AbstractMachineState

Verify() 공개 메소드

public Verify ( string name, int arity ) : void
name string
arity int
리턴 void