Home | History | Annotate | Download | only in bcel

Lines Matching refs:ACCESS_NAMES

256   private static final String[] ACCESS_NAMES = {
263 public static final int ACCESS_NAMES_LENGTH = ACCESS_NAMES.length;
267 * @return the ACCESS_NAMES entry at the given index
271 return ACCESS_NAMES[index];