C# Class Axiom.Compiler.Framework.PrologScanner

Exibir arquivo Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
Next ( ) : PrologToken

Returns the next token to be used by the parser.

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

Private Methods

Method Description
Error ( string msg ) : void
NextCharacter ( ) : void

Method Details

Next() public method

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

PrologScanner() public method

public PrologScanner ( ) : System
return System

PrologScanner() public method

public PrologScanner ( TextReader input ) : System
input System.IO.TextReader
return System

PrologScanner() public method

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