C# Class StmtNode, DailyProjects

Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
acceptVisitor ( IStmtNodeVisitor v ) : void

Méthodes protégées

Méthode Description
StmtNode ( int line ) : System.Collections.Generic

Method Details

StmtNode() protected méthode

protected StmtNode ( int line ) : System.Collections.Generic
line int
Résultat System.Collections.Generic

acceptVisitor() public abstract méthode

public abstract acceptVisitor ( IStmtNodeVisitor v ) : void
v IStmtNodeVisitor
Résultat void