org.eclipse.jdt.internal.compiler.env
类 AccessRule

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.env.AccessRule

public class AccessRule
extends Object


字段摘要
static int IgnoreIfBetter
           
 char[] pattern
           
 int problemId
           
 
构造方法摘要
AccessRule(char[] pattern, int problemId)
           
AccessRule(char[] pattern, int problemId, boolean keepLooking)
           
 
方法摘要
 boolean equals(Object obj)
           
 int getProblemId()
           
 int hashCode()
           
 boolean ignoreIfBetter()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

IgnoreIfBetter

public static final int IgnoreIfBetter
另请参见:
常量字段值

pattern

public char[] pattern

problemId

public int problemId
构造方法详细信息

AccessRule

public AccessRule(char[] pattern,
                  int problemId)

AccessRule

public AccessRule(char[] pattern,
                  int problemId,
                  boolean keepLooking)
方法详细信息

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals

getProblemId

public int getProblemId()

ignoreIfBetter

public boolean ignoreIfBetter()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.