-
- All Implemented Interfaces:
public final class ProvidesEntry extends SubStructure
Describes a "provides" statement in a Module attribute structure.
-
-
Constructor Summary
Constructors Constructor Description ProvidesEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetIndex()The index of the CONSTANT_Class_info structure that is provided by this module. final UnitsetIndex(Integer index)The index of the CONSTANT_Class_info structure that is provided by this module. final IntArraygetWithIndices()Implementation classes as indices of CONSTANT_Class_info structures in the constant pool. final UnitsetWithIndices(IntArray withIndices)Implementation classes as indices of CONSTANT_Class_info structures in the constant pool. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getIndex
final Integer getIndex()
The index of the CONSTANT_Class_info structure that is provided by this module.
-
setIndex
final Unit setIndex(Integer index)
The index of the CONSTANT_Class_info structure that is provided by this module.
-
getWithIndices
final IntArray getWithIndices()
Implementation classes as indices of CONSTANT_Class_info structures in the constant pool.
-
setWithIndices
final Unit setWithIndices(IntArray withIndices)
Implementation classes as indices of CONSTANT_Class_info structures in the constant pool.
-
-
-
-