org.aspectj.org.eclipse.jdt.internal.compiler.parser
Class SourceTypeConverter
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.parser.TypeConverter
org.aspectj.org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
public class SourceTypeConverter
- extends TypeConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
buildCompilationUnit
public static CompilationUnitDeclaration buildCompilationUnit(ISourceType[] sourceTypes,
int flags,
ProblemReporter problemReporter,
CompilationResult compilationResult)