Class ExportsInfo

java.lang.Object
proguard.util.SimpleProcessable
proguard.classfile.attribute.module.ExportsInfo
All Implemented Interfaces:
Serializable, Processable

public class ExportsInfo extends SimpleProcessable
Representation of an Exports entry in a Module attribute.
See Also:
  • Field Details

    • u2exportsIndex

      public int u2exportsIndex
    • u2exportsFlags

      public int u2exportsFlags
    • u2exportsToCount

      public int u2exportsToCount
    • u2exportsToIndex

      public int[] u2exportsToIndex
  • Constructor Details

    • ExportsInfo

      public ExportsInfo()
      Creates an uninitialized ExportsInfo.
    • ExportsInfo

      public ExportsInfo(int u2exportsIndex, int u2exportsFlags, int u2exportsToCount, int[] u2exportsToIndex)
      Creates an initialized ExportsInfo.
  • Method Details

    • packageAccept

      public void packageAccept(Clazz clazz, ConstantVisitor constantVisitor)
      Applies the given constant pool visitor to the package constant of the package, if any.
    • exportsToIndexAccept

      public void exportsToIndexAccept(Clazz clazz, ConstantVisitor constantVisitor)
      Applies the given constant pool visitor to all exportsToIndex.