C# Class _3PA.MainFeatures.Parser.ParsedRun

Run parsed item
Inheritance: ParsedItem
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IParserVisitor visitor ) : void
ParsedRun ( string name, Token token, string left, bool isEvaluateValue, bool hasPersistent ) : System

Method Details

Accept() public méthode

public Accept ( IParserVisitor visitor ) : void
visitor IParserVisitor
Résultat void

ParsedRun() public méthode

public ParsedRun ( string name, Token token, string left, bool isEvaluateValue, bool hasPersistent ) : System
name string
token Token
left string
isEvaluateValue bool
hasPersistent bool
Résultat System