public class AttributeModule extends Attribute
Modifier and Type | Class and Description |
---|---|
static class |
AttributeModule.ExportOpen |
static class |
AttributeModule.ModuleContentFlags |
static class |
AttributeModule.ModuleFlags |
static class |
AttributeModule.Provide |
static class |
AttributeModule.Require |
static class |
AttributeModule.Use |
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_NAME |
Constructor and Description |
---|
AttributeModule(ByteData raw,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
Dumper |
dump(Dumper d) |
ConstantPool |
getCp() |
List<AttributeModule.ExportOpen> |
getExports() |
Set<AttributeModule.ModuleFlags> |
getFlags() |
String |
getModuleName() |
List<AttributeModule.ExportOpen> |
getOpens() |
List<AttributeModule.Provide> |
getProvides() |
long |
getRawByteLength() |
String |
getRawName() |
List<AttributeModule.Require> |
getRequires() |
List<AttributeModule.Use> |
getUses() |
String |
toString() |
collectTypeUsages
public static final String ATTRIBUTE_NAME
public AttributeModule(ByteData raw, ConstantPool cp)
public Set<AttributeModule.ModuleFlags> getFlags()
public String getRawName()
public long getRawByteLength()
public List<AttributeModule.Require> getRequires()
public List<AttributeModule.ExportOpen> getExports()
public List<AttributeModule.ExportOpen> getOpens()
public List<AttributeModule.Use> getUses()
public List<AttributeModule.Provide> getProvides()
public ConstantPool getCp()
public String getModuleName()
Copyright © 2011-2021. All Rights Reserved.