Package | Description |
---|---|
ast |
Modifier and Type | Class and Description |
---|---|
class |
BinaryCompEqExpr
The BinaryCompEqExpr class represents equivalence expressions.
|
class |
BinaryCompGeqExpr
The BinaryCompGeqExpr class represents greater than or equal to
expressions.
|
class |
BinaryCompGtExpr
The BinaryCompGtExpr class represents greater than expressions.
|
class |
BinaryCompLeqExpr
The BinaryCompLeqExpr class represents less than or equal to
expressions.
|
class |
BinaryCompLtExpr
The BinaryCompLtExpr class represents less than expressions.
|
class |
BinaryCompNeExpr
The BinaryCompNeExpr class represents not equals expressions.
|