| Name | Description |
|---|---|
| Expression | An expression of some kind |
| ExpressionOrModification | An expression or modification of some kind |
| TypeName | A path, for example the name of a class, e.g. A.B.C or .A.B |
| VariableName | A variable name, e.g. a.b or a[1].b[3].c |
| VariableNames | An array of variable names, e.g. {a.b,a[1].b[3].c}, or a single VariableName |