Package ghidra.app.script
Interface StringTransformer<T>
-
public interface StringTransformer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(java.lang.String s)
-
-
-
Method Detail
-
apply
T apply(java.lang.String s)
-
-