Package groovy.transform.stc
Class SecondParam.Component
java.lang.Object
groovy.transform.stc.ClosureSignatureHint
groovy.transform.stc.SingleSignatureClosureHint
groovy.transform.stc.PickAnyArgumentHint
groovy.transform.stc.SecondParam
groovy.transform.stc.SecondParam.Component
- Enclosing class:
- SecondParam
A 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:
void <T> doWithArray(String first, T[] array, @ClosureParams(FirstParam.Component.class) Closure c) { ... }
-
Nested Class Summary
Nested classes/interfaces inherited from class groovy.transform.stc.SecondParam
SecondParam.Component, SecondParam.FirstGenericType, SecondParam.SecondGenericType, SecondParam.ThirdGenericType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetParameterTypes
(MethodNode node, String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage) Methods inherited from class groovy.transform.stc.SingleSignatureClosureHint
getClosureSignatures
Methods inherited from class groovy.transform.stc.ClosureSignatureHint
findClassNode, pickGenericType, pickGenericType
-
Constructor Details
-
Component
public Component()
-
-
Method Details
-
getParameterTypes
public ClassNode[] getParameterTypes(MethodNode node, String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage) - Overrides:
getParameterTypes
in classPickAnyArgumentHint
-