|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AddOperator | This class is a constraint tree node that represents the '+' operator. |
AndOperator | This class is a constraint tree node that represents the 'and' operator. |
Base | This class is used to set an identifier that will be used to be evaluated. |
BooleanValue | This class is returned by the identifier evaluator if the result type is a boolean constant |
DefaultOperator | This class is a constraint tree node that represents the 'default' operator. |
DivOperator | This class is a constraint tree node that represents the '-' operator. |
DoubleValue | This class is returned by the identifier evaluator if the result type is a numeric constant |
EqualOperator | This class is a constraint tree node that represents the '==' operator. |
ExistOperator | This class is a constraint tree node that represents the 'exist' operator. |
GreaterOperator | This class is a constraint tree node that represents the '>' operator. |
GreaterOrEqualOperator | This class is a constraint tree node that represents the '>=' operator. |
IdentifierValue | This class is returned by the identifier evaluator if the result type is an identifier |
InOperator | This class is a constraint tree node that represents the 'in' operator. |
LowerOperator | This class is a constraint tree node that represents the '<' operator. |
LowerOrEqualOperator | This class is a constraint tree node that represents the '<=' operator. |
MulOperator | This class is a constraint tree node that represents the '*' operator. |
NotEqualOperator | This class is a constraint tree node that represents the not equal operator. |
NotOperator | This class is a constraint tree node that represents the 'not' operator. |
OrOperator | This class is a constraint tree node that represents the 'or' operator. |
StringValue | This class is returned by the identifier evaluator if the result type is a string constant |
SubOperator | This class is a constraint tree node that represents the '-' operator. |
TwiddleOperator | This class is a constraint tree node that represents the '~' (substring) operator. |
TCL Operator classes.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |