C# Class Loyc.LLParserGenerator.AutoValueSaverVisitor.DataGatheringVisitor

Inheritance: Loyc.LLParserGenerator.RecursivePredVisitor
Afficher le fichier Open project: qwertie/ecsharp

Méthodes publiques

Свойство Type Description
OtherReferences int>.Dictionary
PredsUsingSubstitution HashSet
ProperLabels bool>.Dictionary
RulesReferenced HashSet

Méthodes publiques

Méthode Description
DataGatheringVisitor ( Rule>.IDictionary rules, Rule rule ) : System
Visit ( AndPred pred ) : void
VisitOther ( Pred pred ) : void

Private Methods

Méthode Description
VisitCode ( Pred pred, LNode code ) : void

Method Details

DataGatheringVisitor() public méthode

public DataGatheringVisitor ( Rule>.IDictionary rules, Rule rule ) : System
rules Rule>.IDictionary
rule Rule
Résultat System

Visit() public méthode

public Visit ( AndPred pred ) : void
pred AndPred
Résultat void

VisitOther() public méthode

public VisitOther ( Pred pred ) : void
pred Pred
Résultat void

Property Details

OtherReferences public_oe property

public Dictionary OtherReferences
Résultat int>.Dictionary

PredsUsingSubstitution public_oe property

public HashSet PredsUsingSubstitution
Résultat HashSet

ProperLabels public_oe property

public Dictionary ProperLabels
Résultat bool>.Dictionary

RulesReferenced public_oe property

public HashSet RulesReferenced
Résultat HashSet