- org.codehaus.groovy.transform.stc.EnumTypeCheckingExtension
-
public class EnumTypeCheckingExtension
extends TypeCheckingExtension
A type checking extension that will take care of handling errors which are specific to enums. In particular, it will
handle the enum constants within switch-case statement.
- Since:
- 3.0.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 |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.