Package org.codehaus.groovy.transform.stc
package org.codehaus.groovy.transform.stc
-
ClassDescriptionCustom type checking extensions may extend this method in order to benefit from a lot of support methods.The default type checking handler is used by the standard type checker and doesn't handle any of the type checking errors by default.A type checking extension that will take care of handling errors which are specific to enums.This class is used to make extension methods lookup faster.Represents method nodes which are used by the static type checker to virtually add methods coming from
DGM-like
methods.Base class for type checking extensions written in Groovy.Receiver<T>A visitor which collects the list of variable expressions which are closure shared.A signature codec is responsible for encoding and decoding of inferred returned types as stored in bytecode.First implementation of an inferred type signature codec.Support methods forStaticTypeCheckingVisitor
.A DGM-like class which adds support for method calls which are handled specifically by the Groovy compiler.The main class code visitor responsible for static type checking.This enumeration is used by the AST transformations which rely on static type checking, either to store or to retrieve information from AST node metadata.A type checking extension that will take care of handling errors which are specific to traits.Represents the context of an enclosing closure.This interface defines a high-level API for handling type checking errors.