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.parseKeyToTagsprivate static HashMap<Integer, EAttribute> EAttribute.valueToTagsMethods in org.openjdk.asmtools.common.structure that return EAttributeModifier and TypeMethodDescriptionstatic EAttributeEAttribute.get(int value) static EAttributestatic EAttributeReturns 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) privateDataVectorAttr(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 booleanClassData.handleAttributes(DataInputStream in, EAttribute attributeTag, int attributeLength) Read and resolve the attribute dataprotected booleanFieldData.handleAttributes(DataInputStream in, EAttribute attributeTag, int attributeLength) protected booleanMemberData.handleAttributes(DataInputStream in, EAttribute attributeTag, int attributeLength) protected booleanMethodData.handleAttributes(DataInputStream in, EAttribute attributeTag, int attributeLength) protected booleanRecordData.Component.handleAttributes(DataInputStream in, EAttribute attributeTag, int attributeLength)