QsExpressionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.CodeDom.Compiler.GeneratedCode("gbc", "0.12.1.0")]
public enum QsExpressionKind
[<System.CodeDom.Compiler.GeneratedCode("gbc", "0.12.1.0")>]
type QsExpressionKind =
Public Enum QsExpressionKind
- Inheritance
-
QsExpressionKind
- Attributes
Fields
| ADD | 18 | |
| AdjointApplication | 40 | |
| AND | 30 | |
| ArrayItem | 13 | |
| BAND | 33 | |
| BigIntLiteral | 4 | |
| BNOT | 17 | |
| BoolLiteral | 6 | |
| BOR | 32 | |
| BXOR | 34 | |
| CallLikeExpression | 42 | |
| CONDITIONAL | 37 | |
| ControlledApplication | 41 | |
| CopyAndUpdate | 38 | |
| DIV | 21 | |
| DoubleLiteral | 5 | |
| EQ | 24 | |
| GT | 28 | |
| GTE | 29 | |
| Identifier | 1 | |
| IntLiteral | 3 | |
| InvalidExpr | 44 | |
| LSHIFT | 35 | |
| LT | 26 | |
| LTE | 27 | |
| MissingExpr | 43 | |
| MOD | 22 | |
| MUL | 20 | |
| NamedItem | 14 | |
| NEG | 15 | |
| NEQ | 25 | |
| NewArray | 11 | |
| NOT | 16 | |
| OR | 31 | |
| PauliLiteral | 9 | |
| POW | 23 | |
| RangeLiteral | 10 | |
| ResultLiteral | 8 | |
| RSHIFT | 36 | |
| SizedArray | 45 | |
| StringLiteral | 7 | |
| SUB | 19 | |
| UnitValue | 0 | |
| UnwrapApplication | 39 | |
| ValueArray | 12 | |
| ValueTuple | 2 |