Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Interpreter
frontend
Token
C# Class Interpreter.frontend.Token
Exibir arquivo
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