constant_pool, 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 implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool _constant_pool) |
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, setNameIndexpublic void accept(Visitor v)
public ModuleRequires[] getRequiresTable()
ModuleRequirespublic ModuleExports[] getExportsTable()
ModuleExportspublic ModuleOpens[] getOpensTable()
ModuleOpenspublic ModuleProvides[] getProvidesTable()
ModuleProvidespublic void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOExceptionpublic String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.