Expr Type
Represents the SSA IR (Static Single Assignment IR) expressions, which are mostly similar to LowUIR expressions.
Union cases
Union case | Description |
|
|
Full Usage:
FuncName string
Parameters:
string
|
|
|
|
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsBinOp
Returns: bool
|
|
Full Usage:
this.IsCast
Returns: bool
|
|
Full Usage:
this.IsExprList
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.IsNum
Returns: bool
|
|
Full Usage:
this.IsRelOp
Returns: bool
|
|
Full Usage:
this.IsStore
Returns: bool
|
|
Full Usage:
this.IsUnOp
Returns: bool
|
|
Full Usage:
this.IsUndefined
Returns: bool
|
|
Full Usage:
this.IsVar
Returns: bool
|
|
Static members
Static member | Description |
|