| Modifier and Type | Interface and Description |
|---|---|
interface |
Expr88Cond
A representation of a level 88 conditional.
|
interface |
ExprClassCond
A representation of a class condition.
|
interface |
ExprEqual
A representation of an equal relational condition.
|
interface |
ExprGreater
A representation of a greater relational condition expression.
|
interface |
ExprGreaterOrEqual
A representation of greater or equal relational condition expression.
|
interface |
ExprIsNotSignCond
A representation of a sign condition with the IS NOT phrase.
|
interface |
ExprIsNotStdClassCond
A representation of a standard class condition with the phrase IS NOT.
|
interface |
ExprIsNotUserClassCond
A representation of a user class condition with the IS NOT phrase.
|
interface |
ExprIsSignCond
A representation of a sign condition with the IS keyword.
|
interface |
ExprIsStdClassCond
A representation of a standard class condition with the IS phrase.
|
interface |
ExprIsUserClassCond
A representation of a user class condition with the IS phrase.
|
interface |
ExprLess
A representation of a less relational condition expression.
|
interface |
ExprLessOrEqual
A representation of a less or equal relational condition expression.
|
interface |
ExprNotEqual
A representation of a not equal relational condition expression
|
interface |
ExprNotGreater
A representation of a not greater relational condition expression.
|
interface |
ExprNotLess
A representation of a not less relational condition expression
|
interface |
ExprRelationCond
A representation of a relational condition expression.
|
interface |
ExprSignCond
A representation of a sign condition expression.
|
interface |
ExprStdClassCond
A representation of a standard class condition.
|
interface |
ExprSwitchStatusCond
A representation of a switch status condition.
|
interface |
ExprUserClassCond
A representation of a user class condition.
|