Package | Description |
---|---|
ast |
Modifier and Type | Class and Description |
---|---|
class |
UnaryDecrExpr
The UnaryDecrExpr class represents decrement shortcut expressions.
|
class |
UnaryIncrExpr
The UnaryIncrExpr class represents increment shortcut expressions.
|
class |
UnaryNegExpr
The UnaryNegExpr class represents arithmetic negation ('-')
expressions.
|
class |
UnaryNotExpr
The UnaryNotExpr class represents logical not (complement)
expressions.
|