E Type
IR Expressions. NOTE: You MUST create Expr/Stmt through the AST module. *NEVER* directly construct Expr nor Stmt.
Union cases
Union case | Description |
Full Usage:
FuncName string
Parameters:
string
|
|
|
|
Full Usage:
Nil
|
|
|
|
|
|
|
A temporary variable represents an internal (imaginary) register. Names of temporary variables should always be affixed by an underscore (_) and a number. This is to make sure that any temporary variable is unique in a CFG. For example, a temporary variable T can be represented as (T_2:I32), where 2 is a unique number assigned to the variable.
|
|
|
Full Usage:
Var(RegType, RegisterID, string)
Parameters:
RegType
Item2 : RegisterID
Item3 : string
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsBinOp
Returns: bool
|
|
Full Usage:
this.IsCast
Returns: bool
|
|
Full Usage:
this.IsExtract
Returns: bool
|
|
Full Usage:
this.IsFuncName
Returns: bool
|
|
Full Usage:
this.IsIte
Returns: bool
|
|
Full Usage:
this.IsLoad
Returns: bool
|
|
Full Usage:
this.IsName
Returns: bool
|
|
Full Usage:
this.IsNil
Returns: bool
|
|
Full Usage:
this.IsNum
Returns: bool
|
|
Full Usage:
this.IsPCVar
Returns: bool
|
|
Full Usage:
this.IsRelOp
Returns: bool
|
|
Full Usage:
this.IsTempVar
Returns: bool
|
|
Full Usage:
this.IsUnOp
Returns: bool
|
|
Full Usage:
this.IsUndefined
Returns: bool
|
|
Full Usage:
this.IsVar
Returns: bool
|
|