Package org.teavm.backend.c.util
Class Deobfuscator
- java.lang.Object
-
- org.teavm.backend.c.util.Deobfuscator
-
public class Deobfuscator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeobfuscator.Location
-
Constructor Summary
Constructors Constructor Description Deobfuscator(Reader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdeobfuscate(Reader text)Deobfuscator.Location[]getLocations(int callSiteId)static voidmain(String[] args)
-
-
-
Constructor Detail
-
Deobfuscator
public Deobfuscator(Reader reader) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getLocations
public Deobfuscator.Location[] getLocations(int callSiteId)
-
deobfuscate
public String deobfuscate(Reader text) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-