C# Class _3PA.MainFeatures.Parser.ParsedScopeItem

Parent class for procedure, function and OnEvent Items
Inheritance: ParsedItem
ファイルを表示 Open project: jcaillon/3P Class Usage Examples

Protected Methods

Method Description
ParsedScopeItem ( string name, Token token, ParsedScopeType scopeType ) : System

Method Details

ParsedScopeItem() protected method

protected ParsedScopeItem ( string name, Token token, ParsedScopeType scopeType ) : System
name string
token Token
scopeType ParsedScopeType
return System