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