C# Class Rubberduck.Parsing.VBA.Nodes.ProcedureNode

Inheritance: Node
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
ProcedureNode ( VBAParser context, string scope, string localScope ) : System

Private Methods

Method Description
ProcedureNode ( ParserRuleContext context, string scope, string localScope, VBProcedureKind kind, VBAParser visibility, VBAParser name, Func asType ) : System

Method Details

ProcedureNode() public method

public ProcedureNode ( VBAParser context, string scope, string localScope ) : System
context VBAParser
scope string
localScope string
return System