C# Class ABT.ArithmeticType

Inheritance: ScalarType
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
EqualType ( ExprType other ) : System.Boolean

Méthodes protégées

Méthode Description
ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System

Method Details

ArithmeticType() protected méthode

protected ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
Résultat System

EqualType() public méthode

public EqualType ( ExprType other ) : System.Boolean
other ExprType
Résultat System.Boolean