C# 클래스 Swicli.Library.AbstractNondetMethod

상속: IDisposable, NDCCHBOX
파일 보기 프로젝트 열기: swi-to-yap/swicli

보호된 프로퍼티들

프로퍼티 타입 설명
Arity int
Module string
Name string

공개 메소드들

메소드 설명
BackrackImpl ( PlTerm a0, int arity, IntPtr control ) : int
Call ( PlTermV a0 ) : bool
Call0 ( ContextHandle handle, PlTermV termV ) : int
Clone ( ) : AbstractNondetMethod
Close ( ContextHandle handle, PlTermV a0 ) : bool
Close ( PlTermV a0 ) : bool
Dispose ( ) : void
HasMore ( ) : bool
New ( ContextHandle handle, PlTermV a0 ) : NDCCH
Register ( ) : void
Setup ( PlTermV a0 ) : bool

보호된 메소드들

메소드 설명
AbstractNondetMethod ( ) : System

메소드 상세

AbstractNondetMethod() 보호된 메소드

protected AbstractNondetMethod ( ) : System
리턴 System

BackrackImpl() 공개 메소드

public BackrackImpl ( PlTerm a0, int arity, IntPtr control ) : int
a0 PlTerm
arity int
control System.IntPtr
리턴 int

Call() 공개 추상적인 메소드

public abstract Call ( PlTermV a0 ) : bool
a0 PlTermV
리턴 bool

Call0() 공개 메소드

public Call0 ( ContextHandle handle, PlTermV termV ) : int
handle ContextHandle
termV PlTermV
리턴 int

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : AbstractNondetMethod
리턴 AbstractNondetMethod

Close() 공개 메소드

public Close ( ContextHandle handle, PlTermV a0 ) : bool
handle ContextHandle
a0 PlTermV
리턴 bool

Close() 공개 추상적인 메소드

public abstract Close ( PlTermV a0 ) : bool
a0 PlTermV
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HasMore() 공개 추상적인 메소드

public abstract HasMore ( ) : bool
리턴 bool

New() 공개 메소드

public New ( ContextHandle handle, PlTermV a0 ) : NDCCH
handle ContextHandle
a0 PlTermV
리턴 NDCCH

Register() 공개 메소드

public Register ( ) : void
리턴 void

Setup() 공개 추상적인 메소드

public abstract Setup ( PlTermV a0 ) : bool
a0 PlTermV
리턴 bool

프로퍼티 상세

Arity 보호되어 있는 프로퍼티

protected int Arity
리턴 int

Module 보호되어 있는 프로퍼티

protected string Module
리턴 string

Name 보호되어 있는 프로퍼티

protected string Name
리턴 string