Class AccessRule
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.env.AccessRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intfinal char[]final int -
Constructor Summary
ConstructorsConstructorDescriptionAccessRule(char[] pattern, int problemId) AccessRule(char[] pattern, int problemId, boolean keepLooking) -
Method Summary
-
Field Details
-
IgnoreIfBetter
public static final int IgnoreIfBetter- See Also:
-
pattern
public final char[] pattern -
problemId
public final int problemId
-
-
Constructor Details
-
AccessRule
public AccessRule(char[] pattern, int problemId) -
AccessRule
public AccessRule(char[] pattern, int problemId, boolean keepLooking)
-
-
Method Details
-
hashCode
-
equals
-
getProblemId
public int getProblemId() -
ignoreIfBetter
public boolean ignoreIfBetter() -
toString
-