org.aspectj.org.eclipse.jdt.internal.compiler.parser
Class SourceTypeConverter

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.parser.TypeConverter
      extended by org.aspectj.org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter

public class SourceTypeConverter
extends TypeConverter


Field Summary
static int CONSTRUCTOR
           
static int FIELD
           
static int FIELD_AND_METHOD
           
static int FIELD_INITIALIZATION
           
static int LOCAL_TYPE
           
static int MEMBER_TYPE
           
static int METHOD
           
static int NONE
           
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.parser.TypeConverter
has1_5Compliance, problemReporter
 
Method Summary
static CompilationUnitDeclaration buildCompilationUnit(ISourceType[] sourceTypes, int flags, ProblemReporter problemReporter, CompilationResult compilationResult)
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.parser.TypeConverter
createImportReference, createTypeParameter, createTypeReference, createTypeReference, createTypeReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD

public static final int FIELD
See Also:
Constant Field Values

CONSTRUCTOR

public static final int CONSTRUCTOR
See Also:
Constant Field Values

METHOD

public static final int METHOD
See Also:
Constant Field Values

MEMBER_TYPE

public static final int MEMBER_TYPE
See Also:
Constant Field Values

FIELD_INITIALIZATION

public static final int FIELD_INITIALIZATION
See Also:
Constant Field Values

FIELD_AND_METHOD

public static final int FIELD_AND_METHOD
See Also:
Constant Field Values

LOCAL_TYPE

public static final int LOCAL_TYPE
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values
Method Detail

buildCompilationUnit

public static CompilationUnitDeclaration buildCompilationUnit(ISourceType[] sourceTypes,
                                                              int flags,
                                                              ProblemReporter problemReporter,
                                                              CompilationResult compilationResult)