C# Class Castle.NVelocity.Ast.NVReference

Inheritance: AstNode
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
NVReference ( NVDesignator designator )

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

NVReference() public méthode

public NVReference ( NVDesignator designator )
designator NVDesignator