Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<SerialVersionUIDAdder.Item> |
SerialVersionUIDAdder.svuidConstructors
The constructors of the class that are needed to compute the SVUID.
|
private java.util.Collection<SerialVersionUIDAdder.Item> |
SerialVersionUIDAdder.svuidFields
The fields of the class that are needed to compute the SVUID.
|
private java.util.Collection<SerialVersionUIDAdder.Item> |
SerialVersionUIDAdder.svuidMethods
The methods of the class that are needed to compute the SVUID.
|
Modifier and Type | Method and Description |
---|---|
private static void |
SerialVersionUIDAdder.writeItems(java.util.Collection<SerialVersionUIDAdder.Item> itemCollection,
java.io.DataOutput dataOutputStream,
boolean dotted)
Sorts the items in the collection and writes it to the given output stream.
|