Метод | Описание | |
---|---|---|
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void | ||
GetNodeAt ( int line, int pos ) : |
||
GetScopeAt ( int line, int pos ) : Scope | ||
XmlElement ( string name ) : System.Collections.Generic |
public DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void | ||
errs | ErrorHandler | |
currentScope | Scope | |
Результат | void |
public GetNodeAt ( int line, int pos ) : |
||
line | int | |
pos | int | |
Результат |
public GetScopeAt ( int line, int pos ) : Scope | ||
line | int | |
pos | int | |
Результат | Scope |
public XmlElement ( string name ) : System.Collections.Generic | ||
name | string | |
Результат | System.Collections.Generic |