Class AttributeModule.Provide
java.lang.Object
org.benf.cfr.reader.entities.attributes.AttributeModule.Provide
- Enclosing class:
- AttributeModule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
int[]
private static void
read
(ByteData raw, long offset, List<AttributeModule.Provide> tgt)
-
Field Details
-
index
private final int index -
with_index
private final int[] with_index
-
-
Constructor Details
-
Provide
private Provide(int index, int[] with_index)
-
-
Method Details
-
getIndex
public int getIndex() -
getWithIndex
public int[] getWithIndex() -
read
-