C# Class Interpreter.frontend.Token

Mostrar archivo Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Public Methods

Method Description
Token ( Source source ) : System

Protected Methods

Method Description
currentChar ( ) : char
extract ( ) : void
nextChar ( ) : char
peekChar ( ) : char

Method Details

Token() public method

public Token ( Source source ) : System
source Source
return System

currentChar() protected method

protected currentChar ( ) : char
return char

extract() protected method

protected extract ( ) : void
return void

nextChar() protected method

protected nextChar ( ) : char
return char

peekChar() protected method

protected peekChar ( ) : char
return char