org.compass.core.util.asm.optimizer
Class NameMapping
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.compass.core.util.asm.optimizer.NameMapping
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class NameMapping
- extends Properties
A MAPPING from names to names, used to rename classes, fields and methods.
- Author:
- Eric Bruneton
- See Also:
- Serialized Form
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
unused
public final Set unused
NameMapping
public NameMapping(String file)
throws IOException
- Throws:
IOException
map
public String map(String name)
fix
public String fix(String desc)
Copyright (c) 2004-2008 The Compass Project.