C# 클래스 BFSchema.CodeGenerators.CSharp.CSHelper

파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
MakeExpression ( BfsExpression expression, IBfsDataBlock owner ) : string
ReadMap ( BfsPrimitiveType primitiveType ) : string
TypeMap ( IBfsType type ) : string
VisitExpGroup ( BfsExpGroup group, IBfsDataBlock owner ) : string

메소드 상세

MakeExpression() 공개 정적인 메소드

public static MakeExpression ( BfsExpression expression, IBfsDataBlock owner ) : string
expression BfsExpression
owner IBfsDataBlock
리턴 string

ReadMap() 공개 정적인 메소드

public static ReadMap ( BfsPrimitiveType primitiveType ) : string
primitiveType BfsPrimitiveType
리턴 string

TypeMap() 공개 정적인 메소드

public static TypeMap ( IBfsType type ) : string
type IBfsType
리턴 string

VisitExpGroup() 공개 정적인 메소드

public static VisitExpGroup ( BfsExpGroup group, IBfsDataBlock owner ) : string
group BfsExpGroup
owner IBfsDataBlock
리턴 string