Expr Type
Represents an expression in BinQL, a language for convenient binary data querying.
Union cases
| Union case |
Description
|
|
Function application.
|
|
Casting to a specific representation.
|
Negation.
|
|
Bitwise NOT.
|
|
|
Number literal.
|
|
Parenthesis.
|
Full Usage:
Str string
Parameters:
string
|
String literal.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAdd
Returns: bool
|
|
Full Usage:
this.IsAnd
Returns: bool
|
|
Full Usage:
this.IsApp
Returns: bool
|
|
Full Usage:
this.IsCast
Returns: bool
|
|
Full Usage:
this.IsConcat
Returns: bool
|
|
Full Usage:
this.IsDiv
Returns: bool
|
|
Full Usage:
this.IsMod
Returns: bool
|
|
Full Usage:
this.IsMul
Returns: bool
|
|
Full Usage:
this.IsNeg
Returns: bool
|
|
Full Usage:
this.IsNot
Returns: bool
|
|
Full Usage:
this.IsNumber
Returns: bool
|
|
Full Usage:
this.IsOr
Returns: bool
|
|
Full Usage:
this.IsParen
Returns: bool
|
|
Full Usage:
this.IsShl
Returns: bool
|
|
Full Usage:
this.IsShr
Returns: bool
|
|
Full Usage:
this.IsStr
Returns: bool
|
|
Full Usage:
this.IsSub
Returns: bool
|
|
Full Usage:
this.IsXor
Returns: bool
|
|
Static members
| Static member |
Description
|
|
B2R2