public interface IResolvedFeature
JvmFeature.| Modifier and Type | Method and Description |
|---|---|
LightweightTypeReference |
getContextType()
Returns the current context type.
|
JvmFeature |
getDeclaration()
Returns the declared feature that is resolved.
|
LightweightTypeReference |
getResolvedDeclarator()
Returns the resolved type of the declarator of this
declaration. |
String |
getResolvedErasureSignature()
Returns the resolved erased signature of this feature.
|
String |
getResolvedSignature()
Returns the resolved signature of this feature.
|
String |
getSimpleSignature()
Returns the simple signature of this feature.
|
String getResolvedSignature()
List<String>.addAll(int, Collection<E>) is
addAll(int,java.util.Collection<String>).String getSimpleSignature()
List<String>.addAll(int, Collection<E>) is
addAll(int, Collection<String>).String getResolvedErasureSignature()
List<String>.addAll(int,java.util.Collection<E>) is
addAll(int,Collection).JvmFeature getDeclaration()
LightweightTypeReference getContextType()
LightweightTypeReference getResolvedDeclarator()
declaration.Copyright © 2015. All Rights Reserved.