C# 클래스 Loyc.LLParserGenerator.AutoValueSaverVisitor.DataGatheringVisitor

상속: Loyc.LLParserGenerator.RecursivePredVisitor
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
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