Uses of Enum
org.benf.cfr.reader.entities.AccessFlag
Packages that use AccessFlag
-
Uses of AccessFlag in org.benf.cfr.reader.entities
Subclasses with type arguments of type AccessFlag in org.benf.cfr.reader.entitiesMethods in org.benf.cfr.reader.entities that return AccessFlagModifier and TypeMethodDescriptionstatic AccessFlagReturns the enum constant of this type with the specified name.static AccessFlag[]AccessFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.entities that return types with arguments of type AccessFlagModifier and TypeMethodDescriptionstatic Set<AccessFlag> AccessFlag.build(int raw) ClassFile.getAccessFlags()Field.getAccessFlags()Methods in org.benf.cfr.reader.entities with parameters of type AccessFlagModifier and TypeMethodDescriptionbooleanClassFile.testAccessFlag(AccessFlag accessFlag) booleanField.testAccessFlag(AccessFlag accessFlag) Method parameters in org.benf.cfr.reader.entities with type arguments of type AccessFlagModifier and TypeMethodDescriptionstatic voidAccessFlag.applyAttributes(AttributeMap attributeMap, Set<AccessFlag> accessFlagSet) -
Uses of AccessFlag in org.benf.cfr.reader.entities.innerclass
Methods in org.benf.cfr.reader.entities.innerclass that return types with arguments of type AccessFlagConstructor parameters in org.benf.cfr.reader.entities.innerclass with type arguments of type AccessFlagModifierConstructorDescriptionInnerClassAttributeInfo(JavaTypeInstance innerClassInfo, JavaTypeInstance outerClassInfo, String innerName, Set<AccessFlag> accessFlags)