C# Class Castle.NVelocity.Ast.NVParameterNode

Inheritance: NVIdNode
Afficher le fichier Open project: jonorossi/cvsi

Méthodes publiques

Méthode Description
DoSemanticChecks ( ErrorHandler errs, Scope currentScope ) : void
NVParameterNode ( string name, NVTypeNode type, int parNum )

Method Details

DoSemanticChecks() public méthode

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

NVParameterNode() public méthode

public NVParameterNode ( string name, NVTypeNode type, int parNum )
name string
type NVTypeNode
parNum int