The default type checking handler is used by the standard type checker and doesn't handle any of the type checking errors by default. This just means that whenever a type checking error is detected, there's no additional information available to the type checker that could help it. The default handler is also capable of handling a collection of delegate handlers. If a list of delegates is set, then the type checker will try all the delegates until one is capable of handling an error.
| Fields inherited from class | Fields |
|---|---|
class TypeCheckingExtension |
typeCheckingVisitor |
| Constructor and description |
|---|
DefaultTypeCheckingExtension
(StaticTypeCheckingVisitor typeCheckingVisitor) |
Copyright © 2003-2014 The Codehaus. All rights reserved.