C# 클래스 Source.HRON.HRONSerializer

파일 보기 프로젝트 열기: mrange/T4Include 1 사용 예제들

공개 메소드들

메소드 설명
DynamicAsString ( HRONObject hronObject ) : string
Parse ( int maxErrorCount, IEnumerable lines, IHRONVisitor visitor ) : void
TryParseDynamic ( int maxErrorCount, IEnumerable lines, HRONObject &hronObject, HRONDynamicParseError &errors ) : bool
TryParseDynamic ( int maxErrorCount, IEnumerable lines, dynamic &dyn, HRONDynamicParseError &errors ) : bool
VisitDynamic ( HRONObject hronObject, IHRONVisitor visitor ) : void

메소드 상세

DynamicAsString() 공개 정적인 메소드

public static DynamicAsString ( HRONObject hronObject ) : string
hronObject HRONObject
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( int maxErrorCount, IEnumerable lines, IHRONVisitor visitor ) : void
maxErrorCount int
lines IEnumerable
visitor IHRONVisitor
리턴 void

TryParseDynamic() 공개 정적인 메소드

public static TryParseDynamic ( int maxErrorCount, IEnumerable lines, HRONObject &hronObject, HRONDynamicParseError &errors ) : bool
maxErrorCount int
lines IEnumerable
hronObject HRONObject
errors HRONDynamicParseError
리턴 bool

TryParseDynamic() 공개 정적인 메소드

public static TryParseDynamic ( int maxErrorCount, IEnumerable lines, dynamic &dyn, HRONDynamicParseError &errors ) : bool
maxErrorCount int
lines IEnumerable
dyn dynamic
errors HRONDynamicParseError
리턴 bool

VisitDynamic() 공개 정적인 메소드

public static VisitDynamic ( HRONObject hronObject, IHRONVisitor visitor ) : void
hronObject HRONObject
visitor IHRONVisitor
리턴 void