| java.lang.Object tide.classsyntax.TypeParametersMapper
TypeParametersMapper | final public class TypeParametersMapper (Code) | | Used in completion to map type parameters (definition) with the instance (usage) names.
|
TypeParametersMapper | public TypeParametersMapper(TypeVariable[] classTypes, String usageTypes)(Code) | | Parameters: classTypes - are the types declared in the bytecode for example <E,K> Parameters: usageTypes - are the types declared in the source for example "Double, Integer" |
toString | final public String toString()(Code) | | the params in the form "E=String, K=Hello". |
|
|