C# Class _3PA.MainFeatures.Parser.ParsedProcedure

Procedure parsed item
Inheritance: ParsedScopeItem
Show file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method Description
Accept ( IParserVisitor visitor ) : void
ParsedProcedure ( string name, Token token, string left, bool isExternal, bool isPrivate ) : System

Method Details

Accept() public method

public Accept ( IParserVisitor visitor ) : void
visitor IParserVisitor
return void

ParsedProcedure() public method

public ParsedProcedure ( string name, Token token, string left, bool isExternal, bool isPrivate ) : System
name string
token Token
left string
isExternal bool
isPrivate bool
return System