Uses of Enum Class
org.openjdk.asmtools.jdis.MemberData.AnnotationElementState
Packages that use MemberData.AnnotationElementState
-
Uses of MemberData.AnnotationElementState in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as MemberData.AnnotationElementStateMethods in org.openjdk.asmtools.jdis that return MemberData.AnnotationElementStateModifier and TypeMethodDescriptionMemberData.getAnnotationElementState()
Gets a state of the annotation elementReturns the enum constant of this class with the specified name.static MemberData.AnnotationElementState[]
MemberData.AnnotationElementState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jdis with parameters of type MemberData.AnnotationElementStateModifier and TypeMethodDescriptionAnnotationElement.Annotation_AnnotationValue.setElementState
(MemberData.AnnotationElementState state) MemberData.setElementState
(MemberData.AnnotationElementState state) Sets the state of the annotation element