Interface JClassItem


@Deprecated public interface JClassItem
Deprecated.
An item contained within a class.
Author:
David M. Lloyd
  • Field Details

  • Method Details

    • getItemKind

      Deprecated.
      Get the kind of item.
      Returns:
      the item kind
    • getModifiers

      @Deprecated int getModifiers()
      Deprecated.
      Get the modifiers of this item.
      Returns:
      the modifiers
      See Also:
    • hasAllModifiers

      @Deprecated boolean hasAllModifiers(int mods)
      Deprecated.
      Determine whether this item has all of the modifiers specified by the given bitwise-OR-joined argument.
      Parameters:
      mods - the modifier(s)
      Returns:
      true if all of the modifiers are present, false otherwise
    • hasAnyModifier

      @Deprecated boolean hasAnyModifier(int mods)
      Deprecated.
      Determine whether this item has any of the modifiers specified by the given bitwise-OR-joined argument.
      Parameters:
      mods - the modifier(s)
      Returns:
      true if any if the modifiers are present, false otherwise
    • getName

      @Deprecated String getName()
      Deprecated.
      Get the name of this element, if there is one.
      Returns:
      the name, or null if there is none