Skip navigation links
A C D F G M N O S T 

A

addClass(Class<?>) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Adds the given {@code Class
addClass(Class<?>, Consumer<String>) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Adds the given {@code Class
addClass(String) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Adds the given {@code Class
addClass(String, Consumer<String>) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Adds the given {@code Class

C

Consumers - Class in org.macroing.cel4j.java.decompiler
A class that consists exclusively of static methods that return Consumers of type String and can be used with this Decompiler API.

D

DecompilationException - Exception in org.macroing.cel4j.java.decompiler
Thrown to indicate that the decompilation process performed by a Decompiler failed.
DecompilationException() - Constructor for exception org.macroing.cel4j.java.decompiler.DecompilationException
Constructs a DecompilationException with no detail message or cause.
DecompilationException(String) - Constructor for exception org.macroing.cel4j.java.decompiler.DecompilationException
Constructs a DecompilationException with a detail message but no cause.
DecompilationException(String, Throwable) - Constructor for exception org.macroing.cel4j.java.decompiler.DecompilationException
Constructs a DecompilationException with a detail message and a cause.
DecompilationException(Throwable) - Constructor for exception org.macroing.cel4j.java.decompiler.DecompilationException
Constructs a DecompilationException with no detail message but a cause.
decompile() - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Decompiles the class- and interface-types that were added to this Decompiler instance.
Decompiler - Class in org.macroing.cel4j.java.decompiler
This Decompiler class is the main class in this Decompiler API.
Decompiler() - Constructor for class org.macroing.cel4j.java.decompiler.Decompiler
Constructs a new default Decompiler instance.
DecompilerObserver - Interface in org.macroing.cel4j.java.decompiler
Implement this DecompilerObserver interface in order to listen for decompilation progress.

F

file(File) - Static method in class org.macroing.cel4j.java.decompiler.Consumers
Returns a Consumer that will write the source code to the file represented by file.
file(String) - Static method in class org.macroing.cel4j.java.decompiler.Consumers
Returns a Consumer that will write the source code to the file represented by the filename given by fileName.

G

getDecompilerObserver() - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Returns the currently assigned DecompilerObserver instance.
getDefaultSourceConsumer() - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Returns the currently assigned default source Consumer<String>.

M

main(String[]) - Static method in class org.macroing.cel4j.java.decompiler.test.Test
 

N

newInstance() - Static method in class org.macroing.cel4j.java.decompiler.Decompiler
Returns a new default Decompiler instance.

O

onProgress(String) - Method in interface org.macroing.cel4j.java.decompiler.DecompilerObserver
Called by a Decompiler instance when it can report progress.
org.macroing.cel4j.java.decompiler - package org.macroing.cel4j.java.decompiler
Provides the Decompiler API.
org.macroing.cel4j.java.decompiler.test - package org.macroing.cel4j.java.decompiler.test
 

S

setDecompilerObserver(DecompilerObserver) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Sets a new DecompilerObserver for this Decompiler instance.
setDefaultSourceConsumer(Consumer<String>) - Method in class org.macroing.cel4j.java.decompiler.Decompiler
Sets a new default source Consumer<String> for this Decompiler instance.

T

Test - Class in org.macroing.cel4j.java.decompiler.test
 
A C D F G M N O S T 
Skip navigation links