Uses of Class
org.benf.cfr.reader.entities.attributes.AttributeModule.ModuleContentFlags
-
Packages that use AttributeModule.ModuleContentFlags Package Description org.benf.cfr.reader.entities.attributes -
-
Uses of AttributeModule.ModuleContentFlags in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes that return AttributeModule.ModuleContentFlags Modifier and Type Method Description static AttributeModule.ModuleContentFlags
AttributeModule.ModuleContentFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeModule.ModuleContentFlags[]
AttributeModule.ModuleContentFlags. 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.ModuleContentFlags Modifier and Type Method Description static java.util.Set<AttributeModule.ModuleContentFlags>
AttributeModule.ModuleContentFlags. build(int raw)
java.util.Set<AttributeModule.ModuleContentFlags>
AttributeModule.ExportOpen. getFlags()
java.util.Set<AttributeModule.ModuleContentFlags>
AttributeModule.Require. getFlags()
-