- org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
-
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.
- Authors:
- Cedric Champeau
- Since:
- 2.1.0
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class TypeCheckingExtension |
addStaticTypeError, afterMethodCall, afterVisitClass, afterVisitMethod, beforeMethodCall, beforeVisitClass, beforeVisitMethod, buildListType, buildMapType, classNodeFor, classNodeFor, existsProperty, existsProperty, extractStaticReceiver, finish, getArgumentTypes, getTargetMethod, getType, handleAmbiguousMethods, handleIncompatibleAssignment, handleIncompatibleReturnType, handleMissingMethod, handleUnresolvedAttribute, handleUnresolvedProperty, handleUnresolvedVariableExpression, isStaticMethodCallOnClass, lookupClassNodeFor, onMethodSelection, parameterizedType, setup, storeType |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.