C# 클래스 Prolog.ISOPrologWriter

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

공개 메소드들

메소드 설명
ISOPrologWriter ( TextWriter writer ) : System.IO
Write ( object value ) : void
WriteString ( string s ) : void
WriteToString ( object o ) : string

비공개 메소드들

메소드 설명
FUNCTIONAL ( Structure tp, string termname, int options ) : void
LowLevelWrite ( LogicVariable x ) : void
LowLevelWrite ( float x ) : void
LowLevelWrite ( int x ) : void
LowLevelWrite ( object x ) : void
PUTCHAR ( char c ) : void
PUTSOLO ( char c ) : void
USDVAR ( string s ) : bool
__ARG ( Structure s, int n ) : object
__ARITY ( Structure s ) : int
__LASTARG ( Structure s, int n ) : object
needquotes ( string s ) : bool
needspace ( System.Object tp, int termpri ) : bool
recwriteterm ( System.Object tp, int options, int termpri, int atompri ) : void
showname ( string s, int options ) : void
writeterm ( System.Object tp, int options ) : void

메소드 상세

ISOPrologWriter() 공개 메소드

public ISOPrologWriter ( TextWriter writer ) : System.IO
writer System.IO.TextWriter
리턴 System.IO

Write() 공개 메소드

public Write ( object value ) : void
value object
리턴 void

WriteString() 공개 메소드

public WriteString ( string s ) : void
s string
리턴 void

WriteToString() 공개 정적인 메소드

public static WriteToString ( object o ) : string
o object
리턴 string