org.aspectj.org.eclipse.jdt.internal.core
Class BinaryTypeConverter

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.BinaryTypeConverter

public class BinaryTypeConverter
extends java.lang.Object

Converter from a binary type to an AST type declaration.


Constructor Summary
BinaryTypeConverter()
           
 
Method Summary
static TypeDeclaration buildTypeDeclaration(IType type, CompilationUnitDeclaration compilationUnit, CompilationResult compilationResult)
          Convert a binary type into an AST type declaration and put it in the given compilation unit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTypeConverter

public BinaryTypeConverter()
Method Detail

buildTypeDeclaration

public static TypeDeclaration buildTypeDeclaration(IType type,
                                                   CompilationUnitDeclaration compilationUnit,
                                                   CompilationResult compilationResult)
                                            throws JavaModelException
Convert a binary type into an AST type declaration and put it in the given compilation unit.

Throws:
JavaModelException