C# Class ABT.ArithmeticType

Inheritance: ScalarType
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
EqualType ( ExprType other ) : System.Boolean

Protected Methods

Method Description
ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System

Method Details

ArithmeticType() protected method

protected ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
return System

EqualType() public method

public EqualType ( ExprType other ) : System.Boolean
other ExprType
return System.Boolean