Class AttributeModule.Provide
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.AttributeModule.Provide
-
- Enclosing class:
- AttributeModule
public static class AttributeModule.Provide extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
index
private int[]
with_index
-
Constructor Summary
Constructors Modifier Constructor Description private
Provide(int index, int[] with_index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
int[]
getWithIndex()
private static void
read(ByteData raw, long offset, java.util.List<AttributeModule.Provide> tgt)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getWithIndex
public int[] getWithIndex()
-
read
private static void read(ByteData raw, long offset, java.util.List<AttributeModule.Provide> tgt)
-
-