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 ClassFileContextReturns 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 StringEModifier.asKeywords(int modifiers, ClassFileContext context) static StringEModifier.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 StringEModifier.flagsToString(int modifiers, boolean isName, ClassFileContext context, String delimiter, String suffix) static intEModifier.getFlags(ClassFileContext context, EModifier... modifiers) booleanClassFileContext.isOneOf(ClassFileContext... contexts) Constructors in org.openjdk.asmtools.common.structure with parameters of type ClassFileContextModifierConstructorDescriptionprivateEModifier(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 ClassFileContextModuleContent.FlaggedTargetType.contextConstructors 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)