Method | Description | |
---|---|---|
MakeExpression ( BfsExpression expression, IBfsDataBlock owner ) : string | ||
ReadMap ( BfsPrimitiveType primitiveType ) : string | ||
TypeMap ( IBfsType type ) : string | ||
VisitExpGroup ( BfsExpGroup group, IBfsDataBlock owner ) : string |
public static MakeExpression ( BfsExpression expression, IBfsDataBlock owner ) : string | ||
expression | BfsExpression | |
owner | IBfsDataBlock | |
return | string |
public static ReadMap ( BfsPrimitiveType primitiveType ) : string | ||
primitiveType | BfsPrimitiveType | |
return | string |
public static TypeMap ( IBfsType type ) : string | ||
type | IBfsType | |
return | string |
public static VisitExpGroup ( BfsExpGroup group, IBfsDataBlock owner ) : string | ||
group | BfsExpGroup | |
owner | IBfsDataBlock | |
return | string |