Uses of Class
org.benf.cfr.reader.entities.attributes.AttributeModule.ModuleFlags
-
Packages that use AttributeModule.ModuleFlags Package Description org.benf.cfr.reader.entities.attributes -
-
Uses of AttributeModule.ModuleFlags in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes that return AttributeModule.ModuleFlags Modifier and Type Method Description static AttributeModule.ModuleFlags
AttributeModule.ModuleFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeModule.ModuleFlags[]
AttributeModule.ModuleFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type AttributeModule.ModuleFlags Modifier and Type Method Description static java.util.Set<AttributeModule.ModuleFlags>
AttributeModule.ModuleFlags. build(int raw)
java.util.Set<AttributeModule.ModuleFlags>
AttributeModule. getFlags()
-