B2R2


TypeCheck Module

Functions and values

Function or value Description

TypeCheck.expr e

Full Usage: TypeCheck.expr e

Parameters:
Returns: bool
e : Expr
Returns: bool

TypeCheck.stmt s

Full Usage: TypeCheck.stmt s

Parameters:
Returns: bool
s : Stmt
Returns: bool

TypeCheck.typeOf e

Full Usage: TypeCheck.typeOf e

Parameters:
Returns: RegType

Get the type of an expression.

e : Expr
Returns: RegType