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
Subclasses with type arguments of type EAttribute in org.openjdk.asmtools.common.structureFields 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.Methods in org.openjdk.asmtools.common.structure with parameters of type EAttribute -
Uses of EAttribute in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as EAttributeModifier and TypeFieldDescriptionprivate final EAttributeAttrData.attributeprivate final EAttributeTableFormatModel.Token.attributeMethods in org.openjdk.asmtools.jasm that return EAttributeMethods in org.openjdk.asmtools.jasm with parameters of type EAttributeModifier and TypeMethodDescriptionprotected <M extends MemberData<?>>
MMemberData.andThenCheck(EAttribute attribute, Runnable action) protected booleanClassData.checkExistence(EAttribute attribute) protected ClassDataClassData.checkExistence(EAttribute attribute, long position) protected booleanFieldData.checkExistence(EAttribute attribute) protected <M extends MemberData<?>>
booleanMemberData.checkExistence(EAttribute attribute) Checks for the existence of an attribute belonging to the MemberData.protected <M extends MemberData<?>>
MMemberData.checkExistence(EAttribute attribute, Runnable action) Checks for the existence of an attribute belonging to the MemberData.Constructors in org.openjdk.asmtools.jasm with parameters of type EAttributeModifierConstructorDescriptionArrayAttr(ConstantPool pool, EAttribute attribute, List<ConstCell> constCellList) (package private)AttrData(ConstantPool pool, EAttribute attribute) 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) privateToken(String parseKey, EAttribute attribute, JasmTokens.Token jasmToken, Class<? extends Indenter> owner) -
Uses of EAttribute in org.openjdk.asmtools.jcoder
Fields in org.openjdk.asmtools.jcoder with type parameters of type EAttribute -
Uses of EAttribute in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as EAttributeModifier and TypeFieldDescriptionprivate final EAttributeStackMapData.attributeprivate final EAttributeStackMapTable.attributeprivate EAttributeAttrData.attributeInfoMethods in org.openjdk.asmtools.jdis that return EAttributeMethods in org.openjdk.asmtools.jdis with parameters of type EAttributeModifier and TypeMethodDescriptionMemberData.getListOf(EAttribute attributeTag) protected 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) private voidCodeData.readStackMapEntity(EAttribute attribute, DataInputStream in) Constructors in org.openjdk.asmtools.jdis with parameters of type EAttributeModifierConstructorDescriptionAttrData(Environment environment, EAttribute attributeInfo) StackMapTable(EAttribute attribute, CodeData owner, int initialCapacity)