public interface ResolvedParameter
interface Foo<T> { def void foo(T arg) }In the context of the type reference
Foo<String>
, the
parameter arg
has the type String
Modifier and Type | Method and Description |
---|---|
ParameterDeclaration |
getDeclaration() |
TypeReference |
getResolvedType() |
ParameterDeclaration getDeclaration()
resolved
TypeReference getResolvedType()
resolved
type of the parameter