C# Class Castle.NVelocity.Ast.NVSelector

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

Méthodes publiques

Méthode Description
DoSemanticChecks ( ErrorHandler errs, Scope currentScope, NVTypeNode currentType ) : NVTypeNode
GetParentType ( ) : NVTypeNode
NVSelector ( NVIdNode id, NVReference nvReference ) : System.Collections.Generic
ResolveNamedTypeNodes ( ErrorHandler errs, Scope currentScope, NVTypeNode type ) : NVTypeNode

Method Details

DoSemanticChecks() public méthode

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope, NVTypeNode currentType ) : NVTypeNode
errs ErrorHandler
currentScope Scope
currentType NVTypeNode
Résultat NVTypeNode

GetParentType() public méthode

public GetParentType ( ) : NVTypeNode
Résultat NVTypeNode

NVSelector() public méthode

public NVSelector ( NVIdNode id, NVReference nvReference ) : System.Collections.Generic
id NVIdNode
nvReference NVReference
Résultat System.Collections.Generic

ResolveNamedTypeNodes() public méthode

public ResolveNamedTypeNodes ( ErrorHandler errs, Scope currentScope, NVTypeNode type ) : NVTypeNode
errs ErrorHandler
currentScope Scope
type NVTypeNode
Résultat NVTypeNode