C# Class ExprNode_IndexOf, DailyProjects

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

Méthodes publiques

Méthode Description
ExprNode_IndexOf ( int line, ExprNode, arrayExpr, ExprNode, indexExpr ) : System.Collections.Generic
acceptVisitor ( IExprNodeVisitor v ) : void

Method Details

ExprNode_IndexOf() public méthode

public ExprNode_IndexOf ( int line, ExprNode, arrayExpr, ExprNode, indexExpr ) : System.Collections.Generic
line int
arrayExpr ExprNode,
indexExpr ExprNode,
Résultat System.Collections.Generic

acceptVisitor() public méthode

public acceptVisitor ( IExprNodeVisitor v ) : void
v IExprNodeVisitor
Résultat void