C# 클래스 CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor

상속: IForestVisitor
파일 보기 프로젝트 열기: ellisonch/CFGLib

공개 메소드들

메소드 설명
DefaultVisitor ( ForestInternal root ) : System
Visit ( ForestInternal node ) : bool
Visit ( ForestLeaf node ) : bool

메소드 상세

DefaultVisitor() 공개 메소드

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
리턴 System

Visit() 공개 메소드

public Visit ( ForestInternal node ) : bool
node ForestInternal
리턴 bool

Visit() 공개 메소드

public Visit ( ForestLeaf node ) : bool
node ForestLeaf
리턴 bool