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