| 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.
|
ModuleRequires |
copy() |
void |
dump(DataOutputStream file)
Dump table entry to file stream in binary format.
|
String |
toString() |
String |
toString(ConstantPool constantPool) |
public void accept(Visitor v)
public ModuleRequires copy()
public void dump(DataOutputStream file) throws IOException
file - Output file streamIOException - if an I/O Exception occurs in writeShortpublic String toString(ConstantPool constantPool)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.