C# Class Castle.NVelocity.Ast.NVNamedTypeNode

A placeholder node in the AST for a type name during parsing. This node will be replaced with the corresponding type node during semantic checking. After semantic checking, no named type nodes will appear in the AST.
Inheritance: NVTypeNode
Show file Open project: jonorossi/cvsi

Public Methods

Method Description
NVNamedTypeNode ( string name )

Method Details

NVNamedTypeNode() public method

public NVNamedTypeNode ( string name )
name string