Package types
Provides classes for identifying the types of objects created during compilation.
The classes contained within this package are used to help with identifying the type of objects which are created during the compilation process.
- Since:
- 1.0
-
Enum Summary Enum Description AnnotatedExpressionType The AnnotatedExpressionType enum is used to store constants related to AnnotatedExpression objects.AnnotatedStatementType The AnnotatedStatementType enum is used to store constants related to AnnotatedStatement objects.ErrorType The ErrorType enum is used to store constants related to Error objects.ExceptionType The ExceptionType enum is used to store constants related to Exception objects.ExpressionType The ExpressionType enum is used to store constants related to Expression objects.ObjectType The ObjectType enum is used to store constants related to an Objects data type.OperatorType The OperatorType enum is used to store constants related to AnnotatedOperator objects.StatementType The StatementType enum is used to store constants related to Statement objects.TokenType The TokenType enum is used to store constants related to Token objects.