Klasse AjCompilerOptions

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerOptions
org.aspectj.ajdt.internal.core.builder.AjCompilerOptions

public class AjCompilerOptions extends CompilerOptions
Compiler options used by Eclipse integration (AJDT)
  • Felddetails

    • OPTION_ReportInvalidAbsoluteTypeName

      public static final String OPTION_ReportInvalidAbsoluteTypeName
      Siehe auch:
    • OPTION_ReportInvalidWildcardTypeName

      public static final String OPTION_ReportInvalidWildcardTypeName
      Siehe auch:
    • OPTION_ReportUnresolvableMember

      public static final String OPTION_ReportUnresolvableMember
      Siehe auch:
    • OPTION_ReportTypeNotExposedToWeaver

      public static final String OPTION_ReportTypeNotExposedToWeaver
      Siehe auch:
    • OPTION_ReportShadowNotInStructure

      public static final String OPTION_ReportShadowNotInStructure
      Siehe auch:
    • OPTION_ReportUnmatchedSuperTypeInCall

      public static final String OPTION_ReportUnmatchedSuperTypeInCall
      Siehe auch:
    • OPTION_ReportCannotImplementLazyTJP

      public static final String OPTION_ReportCannotImplementLazyTJP
      Siehe auch:
    • OPTION_ReportNeedSerialVersionUIDField

      public static final String OPTION_ReportNeedSerialVersionUIDField
      Siehe auch:
    • OPTION_ReportIncompatibleSerialVersion

      public static final String OPTION_ReportIncompatibleSerialVersion
      Siehe auch:
    • OPTION_TerminateAfterCompilation

      public static final String OPTION_TerminateAfterCompilation
      Siehe auch:
    • OPTION_XSerializableAspects

      public static final String OPTION_XSerializableAspects
      Siehe auch:
    • OPTION_XLazyThisJoinPoint

      public static final String OPTION_XLazyThisJoinPoint
      Siehe auch:
    • OPTION_XNoInline

      public static final String OPTION_XNoInline
      Siehe auch:
    • OPTION_XNotReweavable

      public static final String OPTION_XNotReweavable
      Siehe auch:
    • OPTION_XHasMember

      public static final String OPTION_XHasMember
      Siehe auch:
    • OPTION_XdevPinpoint

      public static final String OPTION_XdevPinpoint
      Siehe auch:
    • OPTION_XDevNoAtAspectJProcessing

      public static final String OPTION_XDevNoAtAspectJProcessing
      Siehe auch:
    • OPTION_GenerateModel

      public static final String OPTION_GenerateModel
      Siehe auch:
    • OPTION_GenerateJavaDocsInModel

      public static final String OPTION_GenerateJavaDocsInModel
      Siehe auch:
    • OPTION_Emacssym

      public static final String OPTION_Emacssym
      Siehe auch:
    • InvalidAbsoluteTypeName

      public static final int InvalidAbsoluteTypeName
      Siehe auch:
    • InvalidWildCardTypeName

      public static final int InvalidWildCardTypeName
      Siehe auch:
    • UnresolvableMember

      public static final int UnresolvableMember
      Siehe auch:
    • TypeNotExposedToWeaver

      public static final int TypeNotExposedToWeaver
      Siehe auch:
    • ShadowNotInStructure

      public static final int ShadowNotInStructure
      Siehe auch:
    • UnmatchedSuperTypeInCall

      public static final int UnmatchedSuperTypeInCall
      Siehe auch:
    • CannotImplementLazyTJP

      public static final int CannotImplementLazyTJP
      Siehe auch:
    • NeedSerialVersionUIDField

      public static final int NeedSerialVersionUIDField
      Siehe auch:
    • IncompatibleSerialVersion

      public static final int IncompatibleSerialVersion
      Siehe auch:
    • terminateAfterCompilation

      public boolean terminateAfterCompilation
    • xSerializableAspects

      public boolean xSerializableAspects
    • xLazyThisJoinPoint

      public boolean xLazyThisJoinPoint
    • xNoInline

      public boolean xNoInline
    • xNotReweavable

      public boolean xNotReweavable
    • xHasMember

      public boolean xHasMember
    • xdevPinpoint

      public boolean xdevPinpoint
    • showWeavingInformation

      public boolean showWeavingInformation
    • xOptionalJoinpoints

      public String xOptionalJoinpoints
    • behaveInJava5Way

      public boolean behaveInJava5Way
    • timing

      public boolean timing
    • targetAspectjRuntimeLevel

      public String targetAspectjRuntimeLevel
    • xConfigurationInfo

      public String xConfigurationInfo
    • addSerialVerUID

      public boolean addSerialVerUID
    • xmlConfigured

      public boolean xmlConfigured
    • makeReflectable

      public boolean makeReflectable
    • generateModel

      public boolean generateModel
    • generateJavaDocsInModel

      public boolean generateJavaDocsInModel
    • generateEmacsSymFiles

      public boolean generateEmacsSymFiles
    • noAtAspectJProcessing

      public boolean noAtAspectJProcessing
    • generateCrossRefs

      public boolean generateCrossRefs
      Generates a map of cross references based on information in the structure model.
    • checkRuntimeVersion

      public boolean checkRuntimeVersion
    • proceedOnError

      public boolean proceedOnError
  • Konstruktordetails

    • AjCompilerOptions

      public AjCompilerOptions()
      Initializing the compiler options with defaults
    • AjCompilerOptions

      public AjCompilerOptions(Map<String,String> settings)
  • Methodendetails