Package | Description |
---|---|
org.benf.cfr.reader.entities.attributes | |
org.benf.cfr.reader.entities.classfilehelpers |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AttributeModule.ExportOpen> |
AttributeModule.exports |
private java.util.List<AttributeModule.ExportOpen> |
AttributeModule.opens |
Modifier and Type | Method and Description |
---|---|
java.util.List<AttributeModule.ExportOpen> |
AttributeModule.getExports() |
java.util.List<AttributeModule.ExportOpen> |
AttributeModule.getOpens() |
Modifier and Type | Method and Description |
---|---|
private static long |
AttributeModule.ExportOpen.read(ByteData raw,
long offset,
java.util.List<AttributeModule.ExportOpen> tgt) |
Modifier and Type | Method and Description |
---|---|
private void |
ClassFileDumperModule.dumpOpensExports(ConstantPool cp,
Dumper d,
java.util.List<AttributeModule.ExportOpen> l,
java.lang.String prefix) |