Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION
The module file name extension.
|
constant_pool, EMPTY_ARRAY, length, name_index, tag
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constantPool) |
void |
dump(DataOutputStream file)
Dump Module attribute to file stream in binary format.
|
ModuleExports[] |
getExportsTable() |
ModuleOpens[] |
getOpensTable() |
ModuleProvides[] |
getProvidesTable() |
ModuleRequires[] |
getRequiresTable() |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public static final String EXTENSION
public void accept(Visitor v)
public Attribute copy(ConstantPool constantPool)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
- if an I/O error occurs.public ModuleExports[] getExportsTable()
ModuleExports
public ModuleOpens[] getOpensTable()
ModuleOpens
public ModuleProvides[] getProvidesTable()
ModuleProvides
public ModuleRequires[] getRequiresTable()
ModuleRequires
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.