Package groovy.transform.stc
Class FirstParam.Component
- java.lang.Object
- 
- groovy.transform.stc.ClosureSignatureHint
- 
- groovy.transform.stc.SingleSignatureClosureHint
- 
- groovy.transform.stc.PickAnyArgumentHint
- 
- groovy.transform.stc.FirstParam
- 
- groovy.transform.stc.FirstParam.Component
 
 
 
 
 
- 
- Enclosing class:
- FirstParam
 
 public static class FirstParam.Component extends FirstParam A 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: void <T> doWithArray(T[] array, @ClosureParams(FirstParam.Component.class) Closure c) { array.each { c.call(it)} }
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class groovy.transform.stc.FirstParamFirstParam.Component, FirstParam.FirstGenericType, FirstParam.SecondGenericType, FirstParam.ThirdGenericType
 
- 
 - 
Constructor SummaryConstructors Constructor Description Component()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassNode[]getParameterTypes(MethodNode node, java.lang.String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage)- 
Methods inherited from class groovy.transform.stc.SingleSignatureClosureHintgetClosureSignatures
 - 
Methods inherited from class groovy.transform.stc.ClosureSignatureHintfindClassNode, pickGenericType, pickGenericType
 
- 
 
- 
- 
- 
Method Detail- 
getParameterTypespublic ClassNode[] getParameterTypes(MethodNode node, java.lang.String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage) - Overrides:
- getParameterTypesin class- PickAnyArgumentHint
 
 
- 
 
-