C# Class Castle.NVelocity.Ast.NVSelector

Inheritance: AstNode
Show file Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method 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 method

public DoSemanticChecks ( ErrorHandler errs, Scope currentScope, NVTypeNode currentType ) : NVTypeNode
errs ErrorHandler
currentScope Scope
currentType NVTypeNode
return NVTypeNode

GetParentType() public method

public GetParentType ( ) : NVTypeNode
return NVTypeNode

NVSelector() public method

public NVSelector ( NVIdNode id, NVReference nvReference ) : System.Collections.Generic
id NVIdNode
nvReference NVReference
return System.Collections.Generic

ResolveNamedTypeNodes() public method

public ResolveNamedTypeNodes ( ErrorHandler errs, Scope currentScope, NVTypeNode type ) : NVTypeNode
errs ErrorHandler
currentScope Scope
type NVTypeNode
return NVTypeNode