Uses of Enum Class
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
Fields in org.benf.cfr.reader.entities with type parameters of type AccessFlagMethodModifier and TypeFieldDescriptionprivate final EnumSet<AccessFlagMethod>
FakeMethod.accessFlags
private final EnumSet<AccessFlagMethod>
Method.accessFlags
Methods in org.benf.cfr.reader.entities that return AccessFlagMethodModifier and TypeMethodDescriptionstatic AccessFlagMethod
Returns the enum constant of this class with the specified name.static AccessFlagMethod[]
AccessFlagMethod.values()
Returns an array containing the constants of this enum class, 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 void
AccessFlagMethod.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)