Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Interpreter
frontend
pascal
parsers
CompoundStatementParser
C# Class Interpreter.frontend.pascal.parsers.CompoundStatementParser
Inheritance:
StatementParser
Afficher le fichier
Open project: dfdemar/Pascal_Interpreter
Class Usage Examples
Méthodes publiques
Méthode
Description
CompoundStatementParser
(
PascalParserTD
parent
) :
System
Parse
(
Token
token
) :
ICodeNode
Method Details
CompoundStatementParser()
public
méthode
public
CompoundStatementParser
(
PascalParserTD
parent
) :
System
parent
PascalParserTD
Résultat
System
Parse()
public
méthode
public
Parse
(
Token
token
) :
ICodeNode
token
Token
Résultat
ICodeNode