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

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

공개 메소드들

메소드 설명
Next ( ) : PrologToken

Returns the next token to be used by the parser.

PrologScanner ( ) : System
PrologScanner ( TextReader input ) : System
PrologScanner ( TextReader input, TextWriter output ) : System

비공개 메소드들

메소드 설명
Error ( string msg ) : void
NextCharacter ( ) : void

메소드 상세

Next() 공개 메소드

Returns the next token to be used by the parser.
public Next ( ) : PrologToken
리턴 PrologToken

PrologScanner() 공개 메소드

public PrologScanner ( ) : System
리턴 System

PrologScanner() 공개 메소드

public PrologScanner ( TextReader input ) : System
input System.IO.TextReader
리턴 System

PrologScanner() 공개 메소드

public PrologScanner ( TextReader input, TextWriter output ) : System
input System.IO.TextReader
output System.IO.TextWriter
리턴 System