[Java] Class Component

  • groovy.transform.stc.ThirdParam.Component

A 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:

void <T> doWithArray(String first, int second, T[] third, @ClosureParams(FirstParam.Component.class) Closure c) { ... }

Methods Summary

Methods
Type Params Return Type Name and description
ClassNode[] getParameterTypes(MethodNode node, String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class PickAnyArgumentHint getParameterTypes
class SingleSignatureClosureHint getClosureSignatures, getParameterTypes
class ClosureSignatureHint findClassNode, getClosureSignatures, pickGenericType, pickGenericType

Method Detail

@Override public ClassNode[] getParameterTypes(MethodNode node, String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/transform/stc/ThirdParam.Component.html