Uses of Enum Class
org.openjdk.asmtools.common.structure.ClassFileContext
Packages that use ClassFileContext
-
Uses of ClassFileContext in org.openjdk.asmtools.common.structure
Fields in org.openjdk.asmtools.common.structure with type parameters of type ClassFileContextMethods in org.openjdk.asmtools.common.structure that return ClassFileContextModifier and TypeMethodDescriptionstatic ClassFileContext
Returns the enum constant of this class with the specified name.static ClassFileContext[]
ClassFileContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.common.structure that return types with arguments of type ClassFileContextMethods in org.openjdk.asmtools.common.structure with parameters of type ClassFileContextModifier and TypeMethodDescriptionstatic String
EModifier.asKeywords
(int modifiers, ClassFileContext context) static String
EModifier.asNames
(int modifiers, ClassFileContext context) EModifier.flagsToList
(int flags, boolean isName, ClassFileContext context) Get either a keyword or a name of a flags according to the context.private static String
EModifier.flagsToString
(int modifiers, boolean isName, ClassFileContext context, String delimiter, String suffix) static int
EModifier.getFlags
(ClassFileContext context, EModifier... modifiers) boolean
ClassFileContext.isOneOf
(ClassFileContext... contexts) Constructors in org.openjdk.asmtools.common.structure with parameters of type ClassFileContextModifierConstructorDescriptionprivate
EModifier
(int flag, String keyword, ClassFileContext... contexts) -
Uses of ClassFileContext in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as ClassFileContextModifier and TypeFieldDescriptionprivate ClassFileContext
ModuleContent.FlaggedTargetType.context
Constructors in org.openjdk.asmtools.jdis with parameters of type ClassFileContextModifierConstructorDescriptionFlaggedTargetType
(ConstantPool.TAG tag, int cpIndex, String typeName, int flag, ClassFileContext context) (package private)
VersionedFlaggedTargetType
(ConstantPool.TAG tag, int cpIndex, String typeName, int flag, ClassFileContext context, String version)