C# Class Castle.NVelocity.Ast.NVClassNode

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

Public Methods

Method Description
AddIdentsToScope ( ErrorHandler errs, Scope currentScope ) : void
AddMethod ( NVMethodNode methodNode ) : void
FindMember ( ErrorHandler errs, Position pos, string name ) : NVIdNode
NVClassNode ( string name, string fullName ) : System

Method Details

AddIdentsToScope() public method

public AddIdentsToScope ( ErrorHandler errs, Scope currentScope ) : void
errs ErrorHandler
currentScope Scope
return void

AddMethod() public method

public AddMethod ( NVMethodNode methodNode ) : void
methodNode NVMethodNode
return void

FindMember() public method

public FindMember ( ErrorHandler errs, Position pos, string name ) : NVIdNode
errs ErrorHandler
pos Position
name string
return NVIdNode

NVClassNode() public method

public NVClassNode ( string name, string fullName ) : System
name string
fullName string
return System