| |
|
| java.lang.Object org.ow2.easybeans.enhancer.lib.MethodRenamer
MethodRenamer | final public class MethodRenamer (Code) | | Change the name of a method.
author: Florent Benoit |
Field Summary | |
final public static String | PREFIX Prefix for renamed method. |
Method Summary | |
public static String | decode(String name) Decodes a method by removing the prefix.
Parameters: name - encoded method name to decode. | public static String | encode(String name) Encodes a name by prefixing it with the prefix. |
PREFIX | final public static String PREFIX(Code) | | Prefix for renamed method.
|
decode | public static String decode(String name)(Code) | | Decodes a method by removing the prefix.
Parameters: name - encoded method name to decode. the decoded name. |
encode | public static String encode(String name)(Code) | | Encodes a name by prefixing it with the prefix.
Parameters: name - method name to rename/encode the encoded name |
|
|
|