C# Класс Loyc.LLParserGenerator.AutoValueSaverVisitor.DataGatheringVisitor

Наследование: Loyc.LLParserGenerator.RecursivePredVisitor
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OtherReferences int>.Dictionary
PredsUsingSubstitution HashSet
ProperLabels bool>.Dictionary
RulesReferenced HashSet

Открытые методы

Метод Описание
DataGatheringVisitor ( Rule>.IDictionary rules, Rule rule ) : System
Visit ( AndPred pred ) : void
VisitOther ( Pred pred ) : void

Приватные методы

Метод Описание
VisitCode ( Pred pred, LNode code ) : void

Описание методов

DataGatheringVisitor() публичный Метод

public DataGatheringVisitor ( Rule>.IDictionary rules, Rule rule ) : System
rules Rule>.IDictionary
rule Rule
Результат System

Visit() публичный Метод

public Visit ( AndPred pred ) : void
pred AndPred
Результат void

VisitOther() публичный Метод

public VisitOther ( Pred pred ) : void
pred Pred
Результат void

Описание свойств

OtherReferences публичное свойство

public Dictionary OtherReferences
Результат int>.Dictionary

PredsUsingSubstitution публичное свойство

public HashSet PredsUsingSubstitution
Результат HashSet

ProperLabels публичное свойство

public Dictionary ProperLabels
Результат bool>.Dictionary

RulesReferenced публичное свойство

public HashSet RulesReferenced
Результат HashSet