Uses of Enum
org.benf.cfr.reader.entities.AccessFlagMethod
Packages that use AccessFlagMethod
-
Uses of AccessFlagMethod in org.benf.cfr.reader.entities
Subclasses with type arguments of type AccessFlagMethod in org.benf.cfr.reader.entitiesMethods in org.benf.cfr.reader.entities that return AccessFlagMethodModifier and TypeMethodDescriptionstatic AccessFlagMethodReturns the enum constant of this type with the specified name.static AccessFlagMethod[]AccessFlagMethod.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 AccessFlagMethodModifier and TypeMethodDescriptionstatic EnumSet<AccessFlagMethod> AccessFlagMethod.build(int raw) Method.getAccessFlags()Methods in org.benf.cfr.reader.entities with parameters of type AccessFlagMethodMethod parameters in org.benf.cfr.reader.entities with type arguments of type AccessFlagMethodModifier and TypeMethodDescriptionstatic voidAccessFlagMethod.applyAttributes(AttributeMap attributeMap, Set<AccessFlagMethod> accessFlagSet) Constructor parameters in org.benf.cfr.reader.entities with type arguments of type AccessFlagMethodModifierConstructorDescriptionFakeMethod(String name, EnumSet<AccessFlagMethod> accessFlags, JavaTypeInstance returnType, Op04StructuredStatement structuredStatement, DecompilerComments comments)