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
Afficher le fichier Open project: jonorossi/cvsi

Méthodes publiques

Méthode Description
NVNamedTypeNode ( string name )

Method Details

NVNamedTypeNode() public méthode

public NVNamedTypeNode ( string name )
name string