public final class TransformationPipeline
extends java.lang.Object
| Constructor and Description |
|---|
TransformationPipeline() |
| Modifier and Type | Method and Description |
|---|---|
static IAstTransform[] |
createPipeline(DecompilerContext context) |
static void |
runTransformationsUntil(AstNode node,
com.strobel.core.Predicate<IAstTransform> abortCondition,
DecompilerContext context) |
public static IAstTransform[] createPipeline(DecompilerContext context)
public static void runTransformationsUntil(AstNode node, com.strobel.core.Predicate<IAstTransform> abortCondition, DecompilerContext context)