A simplified version of a ClosureSignatureHint which is suitable for monomorphic closures, that is to say closures which only respond to a single signature.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | List<ClassNode> | getClosureSignatures(MethodNode node, SourceUnit sourceUnit, CompilationUnit compilationUnit, String[] options, ASTNode usage) | 
|  | ClassNode[] | getParameterTypes(MethodNode node, String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage) | 
| Methods inherited from class | Name | 
|---|---|
| class ClosureSignatureHint | findClassNode, getClosureSignatures, pickGenericType, pickGenericType |