Uses of Class
org.benf.cfr.reader.entities.AccessFlagMethod
-
Packages that use AccessFlagMethod Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters org.benf.cfr.reader.entities -
-
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 AccessFlagMethod Modifier and Type Field Description private static java.util.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 AccessFlagMethod Modifier and Type Field Description private java.util.EnumSet<AccessFlagMethod>
FakeMethod. accessFlags
private java.util.EnumSet<AccessFlagMethod>
Method. accessFlags
Methods in org.benf.cfr.reader.entities that return AccessFlagMethod Modifier and Type Method Description static AccessFlagMethod
AccessFlagMethod. valueOf(java.lang.String name)
Returns 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 AccessFlagMethod Modifier and Type Method Description static java.util.EnumSet<AccessFlagMethod>
AccessFlagMethod. build(int raw)
java.util.Set<AccessFlagMethod>
Method. getAccessFlags()
Methods in org.benf.cfr.reader.entities with parameters of type AccessFlagMethod Modifier and Type Method Description boolean
Method. testAccessFlag(AccessFlagMethod flag)
Method parameters in org.benf.cfr.reader.entities with type arguments of type AccessFlagMethod Modifier and Type Method Description static void
AccessFlagMethod. applyAttributes(AttributeMap attributeMap, java.util.Set<AccessFlagMethod> accessFlagSet)
Constructor parameters in org.benf.cfr.reader.entities with type arguments of type AccessFlagMethod Constructor Description FakeMethod(java.lang.String name, java.util.EnumSet<AccessFlagMethod> accessFlags, JavaTypeInstance returnType, Op04StructuredStatement structuredStatement, DecompilerComments comments)
-