C# Class Castle.NVelocity.Ast.AstNode

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

Protected Properties

Свойство Type Description
_pos Position

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddSemanticError ( ErrorHandler errs, string message, Position pos, ErrorSeverity severity ) : void

Method Details

AddSemanticError() protected static méthode

protected static AddSemanticError ( ErrorHandler errs, string message, Position pos, ErrorSeverity severity ) : void
errs ErrorHandler
message string
pos Position
severity ErrorSeverity
Résultat void

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

Property Details

_pos protected_oe property

protected Position _pos
Résultat Position