![]() |
BadScript 2
|
Contains the Access Expressions for the BadScript2 Language. More...
Classes | |
| class | BadArrayAccessExpression |
| Implements the Array Access to set or get properties from an object. LEFT[RIGHT]. More... | |
| class | BadArrayAccessReverseExpression |
| Implements the Reverse Array Access to set or get properties from an object. LEFT[^RIGHT]. More... | |
| class | BadMemberAccessExpression |
| Implements the Member Access to set or get properties from an object. LEFT.RIGHT. More... | |
| class | BadNullCoalescingAssignExpression |
| Implements the Null Coalescing Assign Expression LEFT ??= RIGHT. More... | |
| class | BadNullCoalescingExpression |
| Implements the Null Coalescing Expression LEFT ?? RIGHT. More... | |
| class | BadTernaryExpression |
| Implements the Ternary Expression LEFT ? TRUE_RET : FALSE_RET. More... | |
| interface | IBadAccessExpression |
| Defines the interface for BadScript Access Expressions. More... | |
Contains the Access Expressions for the BadScript2 Language.