public static class NameMappingWorker.MethodInfo
extends java.lang.Object
method-mapping information, for a certain
program, as it appears in a name_map.xml file.| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
attributes
The method mapping attributes.
|
protected java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
parameters
The method's parameters (each with a map of XML attributes).
|
| Constructor and Description |
|---|
MethodInfo() |