Accept() 공개 메소드

public Accept ( ICiTypeVisitor v ) : CiType
v ICiTypeVisitor
리턴 CiType
예제 #1
0
파일: CiResolver.cs 프로젝트: epi/cito
 CiType Resolve(CiType type)
 {
     return type.Accept(this);
 }