Package 

Class ModuleTargetAttribute

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getPlatformIndex() Constant pool index of the CONSTANT_Utf8_info structure containing the platform name.
      final Unit setPlatformIndex(Integer platformIndex) Constant pool index of the CONSTANT_Utf8_info structure containing the platform name.
      Integer getAttributeLength() Get the length of this attribute in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo

        getAttributeNameIndex, getName, setAttributeNameIndex
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModuleTargetAttribute

        ModuleTargetAttribute(ClassFile classFile)
    • Method Detail

      • getPlatformIndex

         final Integer getPlatformIndex()

        Constant pool index of the CONSTANT_Utf8_info structure containing the platform name.

      • setPlatformIndex

         final Unit setPlatformIndex(Integer platformIndex)

        Constant pool index of the CONSTANT_Utf8_info structure containing the platform name.