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