C# Класс Castle.NVelocity.Ast.NVForeachDirective

Наследование: NVDirective
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
GetNodeAt ( int line, int pos ) : AstNode
GetScopeAt ( int line, int pos ) : Scope
NVForeachDirective ( ) : System.Collections.Generic

Описание методов

DoSemanticChecks() публичный Метод

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
Результат void

GetNodeAt() публичный Метод

public GetNodeAt ( int line, int pos ) : AstNode
line int
pos int
Результат AstNode

GetScopeAt() публичный Метод

public GetScopeAt ( int line, int pos ) : Scope
line int
pos int
Результат Scope

NVForeachDirective() публичный Метод

public NVForeachDirective ( ) : System.Collections.Generic
Результат System.Collections.Generic