Uses of Enum Class
org.openjdk.asmtools.common.structure.EAttribute
Packages that use EAttribute
Package
Description
-
Uses of EAttribute in org.openjdk.asmtools.common.structure
Fields in org.openjdk.asmtools.common.structure with type parameters of type EAttributeModifier and TypeFieldDescriptionprivate static HashMap<String,
EAttribute> EAttribute.parseKeyToTags
private static HashMap<Integer,
EAttribute> EAttribute.valueToTags
Methods in org.openjdk.asmtools.common.structure that return EAttributeModifier and TypeMethodDescriptionstatic EAttribute
EAttribute.get
(int value) static EAttribute
static EAttribute
Returns the enum constant of this class with the specified name.static EAttribute[]
EAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EAttribute in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as EAttributeConstructors in org.openjdk.asmtools.jasm with parameters of type EAttributeModifierConstructorDescription(package private)
AttrData
(ConstantPool pool, EAttribute attribute) ClassArrayAttr
(ConstantPool pool, EAttribute attribute, List<ConstCell> constCellList) CPXAttr
(ConstantPool pool, EAttribute attribute, ConstCell<?> cell) DataPArrayAttr
(ConstantPool pool, EAttribute attribute, int paramsTotal) DataPArrayAttr
(ConstantPool pool, EAttribute attribute, int paramsTotal, TreeMap<Integer, ArrayList<T>> elements) (package private)
DataVectorAttr
(ConstantPool pool, EAttribute attribute) (package private)
DataVectorAttr
(ConstantPool pool, EAttribute attribute, boolean byteIndex) private
DataVectorAttr
(ConstantPool pool, EAttribute eAttribute, boolean byteIndex, ArrayList<T> initialData) (package private)
DataVectorAttr
(ConstantPool pool, EAttribute attribute, ArrayList<T> initialData) DefaultAnnotationAttr
(ConstantPool pool, EAttribute attribute, DataWriter element) -
Uses of EAttribute in org.openjdk.asmtools.jdis
Methods in org.openjdk.asmtools.jdis with parameters of type EAttributeModifier and TypeMethodDescriptionprotected boolean
ClassData.handleAttributes
(DataInputStream in, EAttribute attributeTag, int attributeLength) Read and resolve the attribute dataprotected boolean
FieldData.handleAttributes
(DataInputStream in, EAttribute attributeTag, int attributeLength) protected boolean
MemberData.handleAttributes
(DataInputStream in, EAttribute attributeTag, int attributeLength) protected boolean
MethodData.handleAttributes
(DataInputStream in, EAttribute attributeTag, int attributeLength) protected boolean
RecordData.Component.handleAttributes
(DataInputStream in, EAttribute attributeTag, int attributeLength)