Package groovy.transform.stc
Class SimpleType
java.lang.Object
groovy.transform.stc.ClosureSignatureHint
groovy.transform.stc.SingleSignatureClosureHint
groovy.transform.stc.SimpleType
public class SimpleType extends SingleSignatureClosureHint
- 
Constructor SummaryConstructors Constructor Description SimpleType()
- 
Method SummaryModifier 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.SingleSignatureClosureHintgetClosureSignaturesMethods inherited from class groovy.transform.stc.ClosureSignatureHintfindClassNode, pickGenericType, pickGenericTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
SimpleTypepublic SimpleType()
 
- 
- 
Method Details- 
getParameterTypespublic ClassNode[] getParameterTypes(MethodNode node, java.lang.String[] options, SourceUnit sourceUnit, CompilationUnit unit, ASTNode usage)- Specified by:
- getParameterTypesin class- SingleSignatureClosureHint
 
 
-