| com.yworks.yguard.obf.LineNumberTableMapper
LineNumberTableMapper | public interface LineNumberTableMapper (Code) | | |
logProperties | void logProperties(PrintWriter pw)(Code) | | Callback method that can be used to log custom properties to the Printwriter.
Parameters: pw - the PrintWriter to print to. |
mapLineNumberTable | boolean mapLineNumberTable(String className, String methodName, String methodSignature, LineNumberTableAttrInfo lineNumberTable)(Code) | | Callback method that can be used to remap a line number table.
Parameters: className - the classes name that contains the method Parameters: methodName - the name of the method Parameters: methodSignature - the signature of the method Parameters: lineNumberTable - the table that may be modified by this method whether the line number table should be kept See Also: YGuardRule.TYPE_LINE_NUMBER_MAPPER |
|
|