Method | Description | |
---|---|---|
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 | |
return | void |
public GetNodeAt ( int line, int pos ) : |
||
line | int | |
pos | int | |
return |
public GetScopeAt ( int line, int pos ) : Scope | ||
line | int | |
pos | int | |
return | Scope |
public XmlElement ( string name ) : System.Collections.Generic | ||
name | string | |
return | System.Collections.Generic |