Home | History | Annotate | Download | only in dex

Lines Matching refs:CLASS

44 public class DexUtil {
97 * @return the class name
153 Set<Modifier> modifiers = EnumSet.noneOf(Modifier.class);
181 * Returns true if the given class is an enumeration, false otherwise.
185 * @return true if the given class is an enumeration, false otherwise
192 * Returns true if the given class is an interface, false otherwise.
196 * @return true if the given class is an interface, false otherwise
204 * Returns true if the given class is an annotation, false otherwise.
208 * @return true if the given class is an annotation, false otherwise
223 * @return the Kind of the given class
234 return Kind.CLASS;
350 * the class defining a annotation
438 * Returns the package-info class for the given package.
442 * @return the class called "package-info" or null, if not available
462 * An InnerClass annotation is attached to each class which is defined in
463 * the lexical scope of another classclass which has this
472 * An EnclosingClass annotation is attached to each class which is either
473 * defined as a member of another class, per se, or is anonymous but not
474 * defined within a method body (e.g., a synthetic inner class). Every class
476 * Additionally, a class may not have both an EnclosingClass and an
540 * Returns whether the given dex identifier is an anonymous class name.
545 * @return whether the given dex identifier is an anonymous class name