Interface AccessFlags

All Superinterfaces:
ClassElement, ClassFileElement, FieldElement, MethodElement

  • Method Summary

    Modifier and Type

    Method

    Description

    flags()

    Returns the access flags, as a set of flag enums.

    int

    flagsMask()

    Returns the access flags, as a bit mask.

    boolean

    Returns whether the specified flag is set.

    location()

    Returns the class file location for this element, which is either class, method, or field.

  • Method Details

    • flagsMask

    • flags

    • has

    • location