Uses of Enum
org.benf.cfr.reader.entities.AccessFlagMethod
Packages that use AccessFlagMethod
Package
Description
-
Uses of AccessFlagMethod in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type parameters of type AccessFlagMethodModifier and TypeFieldDescriptionprivate static Set<AccessFlagMethod> RecordRewriter.recordGetterFlags -
Uses of AccessFlagMethod in org.benf.cfr.reader.entities
Subclasses with type arguments of type AccessFlagMethod in org.benf.cfr.reader.entitiesFields in org.benf.cfr.reader.entities with type parameters of type AccessFlagMethodModifier and TypeFieldDescriptionprivate final EnumSet<AccessFlagMethod> FakeMethod.accessFlagsprivate final EnumSet<AccessFlagMethod> Method.accessFlagsMethods 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)