public abstract class TypeConverter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
has1_5Compliance |
protected ProblemReporter |
problemReporter |
| Modifier | Constructor and Description |
|---|---|
protected |
TypeConverter(ProblemReporter problemReporter,
char memberTypeSeparator) |
| Modifier and Type | Method and Description |
|---|---|
protected ImportReference |
createImportReference(java.lang.String[] importName,
int start,
int end,
boolean onDemand,
int modifiers) |
protected TypeParameter |
createTypeParameter(char[] typeParameterName,
char[][] typeParameterBounds,
int start,
int end) |
protected TypeReference |
createTypeReference(char[] typeName,
int start,
int end) |
protected TypeReference |
createTypeReference(char[] typeName,
int start,
int end,
boolean includeGenericsAnyway) |
protected TypeReference |
createTypeReference(java.lang.String typeSignature,
int start,
int end) |
protected ProblemReporter problemReporter
protected boolean has1_5Compliance
protected TypeConverter(ProblemReporter problemReporter, char memberTypeSeparator)
protected ImportReference createImportReference(java.lang.String[] importName, int start, int end, boolean onDemand, int modifiers)
protected TypeParameter createTypeParameter(char[] typeParameterName, char[][] typeParameterBounds, int start, int end)
protected TypeReference createTypeReference(char[] typeName, int start, int end, boolean includeGenericsAnyway)
protected TypeReference createTypeReference(char[] typeName, int start, int end)
protected TypeReference createTypeReference(java.lang.String typeSignature, int start, int end)