C# 클래스 ABT.ArithmeticType

상속: ScalarType
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
EqualType ( ExprType other ) : System.Boolean

보호된 메소드들

메소드 설명
ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System

메소드 상세

ArithmeticType() 보호된 메소드

protected ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System

EqualType() 공개 메소드

public EqualType ( ExprType other ) : System.Boolean
other ExprType
리턴 System.Boolean