Uses of Class
org.aspectj.weaver.Lint.Kind
Packages that use Lint.Kind
-
Uses of Lint.Kind in org.aspectj.weaver
Fields in org.aspectj.weaver declared as Lint.KindModifier and TypeFieldDescriptionLint.adviceDidNotMatch
Lint.cantFindType
Indicates an aspect could not be found when attempting reweaving.Lint.noGuardForLazyTjp
Lint.shadowNotInStructure
Lint.uncheckedArgument
Lint.unmatchedTargetKind
Lint.unresolvableMember
Fields in org.aspectj.weaver with type parameters of type Lint.KindMethods in org.aspectj.weaver that return Lint.KindMethods in org.aspectj.weaver that return types with arguments of type Lint.KindMethod parameters in org.aspectj.weaver with type arguments of type Lint.KindModifier and TypeMethodDescriptionvoid
Lint.clearSuppressions(Collection<Lint.Kind> lintKinds)
void
Lint.suppressKinds(Collection<Lint.Kind> lintKind)
Constructors in org.aspectj.weaver with parameters of type Lint.KindModifierConstructorDescriptionLintMessage(String message, String extraDetails, Lint.Kind kind2, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable object, ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd)
LintMessage(String message, IMessage.Kind messageKind, ISourceLocation location, ISourceLocation[] extraLocations, Lint.Kind lintKind)