public class BinaryTypeConverter extends TypeConverter
has1_5Compliance, problemReporter| Constructor and Description |
|---|
BinaryTypeConverter(ProblemReporter problemReporter,
CompilationResult compilationResult,
HashSetOfCharArrayArray typeNames) |
| Modifier and Type | Method and Description |
|---|---|
ImportReference[] |
buildImports(ClassFileReader reader) |
TypeDeclaration |
buildTypeDeclaration(IType type,
CompilationUnitDeclaration compilationUnit)
Convert a binary type into an AST type declaration and put it in the given compilation unit.
|
createImportReference, createTypeParameter, createTypeReference, createTypeReference, createTypeReferencepublic BinaryTypeConverter(ProblemReporter problemReporter, CompilationResult compilationResult, HashSetOfCharArrayArray typeNames)
public ImportReference[] buildImports(ClassFileReader reader)
public TypeDeclaration buildTypeDeclaration(IType type, CompilationUnitDeclaration compilationUnit) throws JavaModelException
JavaModelException