C# Class BFSchema.Hierarchy

Inheritance: IPhase
Show file Open project: Andos/BinaryFileSchema

Public Methods

Method Description
Check ( BinaryFileSchema schema ) : void

Private Methods

Method Description
CalculateStructSize ( BfsSourceRange range, IBfsStructType structtype ) : void
CheckExpression ( BfsExpression expression, IBfsDataBlock block ) : void
CheckExpressionNode ( BfsExpression exp, BfsExpGroup group, IBfsDataBlock block ) : void
CheckForEnumMembers ( BfsExpGroup group, IBfsDataBlock block ) : void

Method Details

Check() public method

public Check ( BinaryFileSchema schema ) : void
schema BinaryFileSchema
return void