Uses of Class
org.aspectj.weaver.Lint.Kind

Packages that use Lint.Kind
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of Lint.Kind in org.aspectj.weaver
 

Fields in org.aspectj.weaver declared as Lint.Kind
 Lint.Kind Lint.adviceDidNotMatch
           
 Lint.Kind Lint.advisingSynchronizedMethods
           
 Lint.Kind Lint.annotationAsTargetForDecpIgnored
           
 Lint.Kind Lint.aspectExcludedByConfiguration
           
 Lint.Kind Lint.calculatingSerialVersionUID
           
 Lint.Kind Lint.cannotAdviseJoinpointInInterfaceWithAroundAdvice
           
 Lint.Kind Lint.canNotImplementLazyTjp
           
 Lint.Kind Lint.cantFindType
           
 Lint.Kind Lint.cantFindTypeAffectingJoinPointMatch
           
 Lint.Kind Lint.cantMatchArrayTypeOnVarargs
           
 Lint.Kind Lint.elementAlreadyAnnotated
           
 Lint.Kind Lint.enumAsTargetForDecpIgnored
           
 Lint.Kind Lint.invalidAbsoluteTypeName
           
 Lint.Kind Lint.invalidTargetForAnnotation
           
 Lint.Kind Lint.invalidWildcardTypeName
           
 Lint.Kind Lint.missingAspectForReweaving
          Indicates an aspect could not be found when attempting reweaving.
 Lint.Kind Lint.multipleAdviceStoppingLazyTjp
           
 Lint.Kind Lint.mustWeaveXmlDefinedAspects
           
 Lint.Kind Lint.needsSerialVersionUIDField
           
 Lint.Kind Lint.noExplicitConstructorCall
           
 Lint.Kind Lint.noGuardForLazyTjp
           
 Lint.Kind Lint.noInterfaceCtorJoinpoint
           
 Lint.Kind Lint.noJoinpointsForBridgeMethods
           
 Lint.Kind Lint.runtimeExceptionNotSoftened
           
 Lint.Kind Lint.serialVersionUIDBroken
           
 Lint.Kind Lint.shadowNotInStructure
           
 Lint.Kind Lint.swallowedExceptionInCatchBlock
           
 Lint.Kind Lint.typeNotExposedToWeaver
           
 Lint.Kind Lint.uncheckedAdviceConversion
           
 Lint.Kind Lint.uncheckedArgument
           
 Lint.Kind Lint.unmatchedSuperTypeInCall
           
 Lint.Kind Lint.unmatchedTargetKind
           
 Lint.Kind Lint.unorderedAdviceAtShadow
           
 Lint.Kind Lint.unresolvableMember
           
 

Methods in org.aspectj.weaver that return Lint.Kind
 Lint.Kind Lint.fromKey(java.lang.String lintkey)
           
 Lint.Kind Lint.getLintKind(java.lang.String name)
           
 

Methods in org.aspectj.weaver that return types with arguments of type Lint.Kind
 java.util.Collection<Lint.Kind> Lint.allKinds()
           
 

Method parameters in org.aspectj.weaver with type arguments of type Lint.Kind
 void Lint.clearSuppressions(java.util.Collection<Lint.Kind> lintKinds)
           
 void Lint.suppressKinds(java.util.Collection<Lint.Kind> lintKind)
           
 

Constructors in org.aspectj.weaver with parameters of type Lint.Kind
LintMessage(java.lang.String message, IMessage.Kind messageKind, ISourceLocation location, ISourceLocation[] extraLocations, Lint.Kind lintKind)
           
LintMessage(java.lang.String message, java.lang.String extraDetails, Lint.Kind kind2, IMessage.Kind kind, ISourceLocation sourceLocation, java.lang.Throwable object, ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd)
           
 

Uses of Lint.Kind in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return types with arguments of type Lint.Kind
static java.util.List<Lint.Kind> Utility.getSuppressedWarnings(AnnotationAJ[] anns, Lint lint)