Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.transform.stc Classes and Interfaces - 41 results found.
NameDescriptionTypePackageFramework
AbstractTypeCheckingExtensionCustom type checking extensions may extend this method in order to benefit from a lot of support methods.Classorg.codehaus.groovy.transform.stcGroovy
ClosureParamsParameter annotation aimed at helping the IDEs or the static type checker to infer the parameter types of a closure.Classgroovy.transform.stcGroovy
ClosureSignatureHintA closure signature hint class is always used in conjunction with the ClosureParams annotation.Classgroovy.transform.stcGroovy
DefaultTypeCheckingExtensionThe default type checking handler is used by the standard type checker and doesn't handle any of the type checking errors by default.Classorg.codehaus.groovy.transform.stcGroovy
ExtensionMethodNodeRepresents method nodes which are used by the static type checker to virtually add methods coming from DGM-like methods.Classorg.codehaus.groovy.transform.stcGroovy
FirstParamA hint used to instruct the type checker to pick the first parameter type.Classgroovy.transform.stcGroovy
FirstParam .ComponentA hint used to instruct the type checker to pick the type of the component of the first parameter type, which is therefore expected to be an array, like in this example:Classgroovy.transform.stc.FirstParamGroovy
FirstParam .FirstGenericTypeA hint used to instruct the type checker to pick the first generic type of the first parameter type.Classgroovy.transform.stc.FirstParamGroovy
FirstParam .SecondGenericTypeA hint used to instruct the type checker to pick the second generic type of the first parameter type.Classgroovy.transform.stc.FirstParamGroovy
FirstParam .ThirdGenericTypeA hint used to instruct the type checker to pick the third generic type of the first parameter type.Classgroovy.transform.stc.FirstParamGroovy
FromAbstractTypeMethodsThis signature hint uses abstract methods from some type (abstract class or interface) in order to infer the expected parameter types.Classgroovy.transform.stcGroovy
FromStringA closure parameter hint class that is convenient if you want to use a String representation of the signature.Classgroovy.transform.stcGroovy
GroovyTypeCheckingExtensionSupportBase class for type checking extensions written in Groovy.Classorg.codehaus.groovy.transform.stcGroovy
GroovyTypeCheckingExtensionSupport .TypeCheckingDSLClassorg.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupportGroovy
IncorrectTypeHintExceptionClassgroovy.transform.stcGroovy
MapEntryOrKeyValueA special hint which handles a common use case in the Groovy methods that work on maps.Classgroovy.transform.stcGroovy
PickAnyArgumentHintBase class for hints which use the type of a parameter of the annotated method as the signature.Classgroovy.transform.stcGroovy
ReceiverClassorg.codehaus.groovy.transform.stcGroovy
SecondParamA hint used to instruct the type checker to pick the second parameter type.Classgroovy.transform.stcGroovy
SecondParam .ComponentA hint used to instruct the type checker to pick the type of the component of the second parameter type, which is therefore expected to be an array, like in this example:Classgroovy.transform.stc.SecondParamGroovy
SecondParam .FirstGenericTypeA hint used to instruct the type checker to pick the first generic type of the second parameter type.Classgroovy.transform.stc.SecondParamGroovy
SecondParam .SecondGenericTypeA hint used to instruct the type checker to pick the second generic type of the second parameter type.Classgroovy.transform.stc.SecondParamGroovy
SecondParam .ThirdGenericTypeA hint used to instruct the type checker to pick the second generic type of the second parameter type.Classgroovy.transform.stc.SecondParamGroovy
SharedVariableCollectorA visitor which collects the list of variable expressions which are closure shared.Classorg.codehaus.groovy.transform.stcGroovy
SignatureCodecA signature codec is responsible for encoding and decoding of inferred returned types as stored in bytecode.Interfaceorg.codehaus.groovy.transform.stcGroovy
SignatureCodecVersion1First implementation of an inferred type signature codec.Classorg.codehaus.groovy.transform.stcGroovy
SimpleTypeClassgroovy.transform.stcGroovy
SingleSignatureClosureHintA simplified version of a ClosureSignatureHint which is suitable for monomorphic closures, that is to say closures which only respond to a single signature.Classgroovy.transform.stcGroovy
StaticTypeCheckingSupportStatic support methods for StaticTypeCheckingVisitor.Classorg.codehaus.groovy.transform.stcGroovy
StaticTypeCheckingVisitorThe main class code visitor responsible for static type checking.Classorg.codehaus.groovy.transform.stcGroovy
StaticTypeCheckingVisitor .SignatureCodecFactoryClassorg.codehaus.groovy.transform.stc.StaticTypeCheckingVisitorGroovy
StaticTypesMarkerenum StaticTypesMarkerThis enumeration is used by the AST transformations which rely on static type checking, eitherClassorg.codehaus.groovy.transform.stcGroovy
ThirdParamA hint used to instruct the type checker to pick the third parameter type.Classgroovy.transform.stcGroovy
ThirdParam .ComponentA hint used to instruct the type checker to pick the type of the component of the third parameter type, which is therefore expected to be an array, like in this example:Classgroovy.transform.stc.ThirdParamGroovy
ThirdParam .FirstGenericTypeA hint used to instruct the type checker to pick the first generic type of the third parameter type.Classgroovy.transform.stc.ThirdParamGroovy
ThirdParam .SecondGenericTypeA hint used to instruct the type checker to pick the second generic type of the third parameter type.Classgroovy.transform.stc.ThirdParamGroovy
ThirdParam .ThirdGenericTypeA hint used to instruct the type checker to pick the second generic type of the third parameter type.Classgroovy.transform.stc.ThirdParamGroovy
TraitTypeCheckingExtensionA type checking extension that will take care of handling errors which are specific to traits.Classorg.codehaus.groovy.transform.stcGroovy
TypeCheckingContextClassorg.codehaus.groovy.transform.stcGroovy
TypeCheckingContext .EnclosingClosureRepresents the context of an enclosing closure.Classorg.codehaus.groovy.transform.stc.TypeCheckingContextGroovy
TypeCheckingExtensionThis interface defines a high-level API for handling type checking errors.Classorg.codehaus.groovy.transform.stcGroovy