C# Class Castle.NVelocity.Ast.NVForeachDirective

Inheritance: NVDirective
Afficher le fichier Open project: jonorossi/cvsi Class Usage Examples

Méthodes publiques

Méthode Description
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
GetNodeAt ( int line, int pos ) : AstNode
GetScopeAt ( int line, int pos ) : Scope
NVForeachDirective ( ) : System.Collections.Generic

Method Details

DoSemanticChecks() public méthode

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
Résultat void

GetNodeAt() public méthode

public GetNodeAt ( int line, int pos ) : AstNode
line int
pos int
Résultat AstNode

GetScopeAt() public méthode

public GetScopeAt ( int line, int pos ) : Scope
line int
pos int
Résultat Scope

NVForeachDirective() public méthode

public NVForeachDirective ( ) : System.Collections.Generic
Résultat System.Collections.Generic