C# Class Interpreter.frontend.pascal.parsers.AssignmentStatementParser

Inheritance: StatementParser
Afficher le fichier Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Méthodes publiques

Méthode Description
AssignmentStatementParser ( PascalParserTD parent ) : System
Parse ( Token token ) : ICodeNode

Method Details

AssignmentStatementParser() public méthode

public AssignmentStatementParser ( PascalParserTD parent ) : System
parent Interpreter.frontend.pascal.PascalParserTD
Résultat System

Parse() public méthode

public Parse ( Token token ) : ICodeNode
token Token
Résultat ICodeNode