Uses of Interface
com.strobel.decompiler.languages.java.ast.transforms.IAstTransform
-
Packages that use IAstTransform Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast com.strobel.decompiler.languages.java.ast.transforms -
-
Uses of IAstTransform in com.strobel.decompiler.languages.java
Fields in com.strobel.decompiler.languages.java with type parameters of type IAstTransform Modifier and Type Field Description private Predicate<IAstTransform>
JavaLanguage. _transformAbortCondition
Methods in com.strobel.decompiler.languages.java with parameters of type IAstTransform Modifier and Type Method Description private void
JavaLanguage. runTransforms(AstBuilder astBuilder, DecompilationOptions options, IAstTransform additionalTransform)
Constructor parameters in com.strobel.decompiler.languages.java with type arguments of type IAstTransform Constructor Description JavaLanguage(java.lang.String name, Predicate<IAstTransform> transformAbortCondition)
-
Uses of IAstTransform in com.strobel.decompiler.languages.java.ast
Classes in com.strobel.decompiler.languages.java.ast that implement IAstTransform Modifier and Type Class Description class
ContextTrackingVisitor<TResult>
private static class
InliningHelper.InliningVisitor
private static class
JavaResolver.ResolveVisitor
private static class
LocalClassHelper.ClosureRewriterPhaseOneVisitor
private static class
LocalClassHelper.ClosureRewriterPhaseTwoVisitor
private static class
LocalClassHelper.IntroduceInitializersVisitor
private static class
LocalClassHelper.ThisReferenceReplacingVisitor
Method parameters in com.strobel.decompiler.languages.java.ast with type arguments of type IAstTransform Modifier and Type Method Description void
AstBuilder. runTransformations(Predicate<IAstTransform> transformAbortCondition)
-
Uses of IAstTransform in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms that return IAstTransform Modifier and Type Method Description static IAstTransform[]
TransformationPipeline. createPipeline(DecompilerContext context)
Method parameters in com.strobel.decompiler.languages.java.ast.transforms with type arguments of type IAstTransform Modifier and Type Method Description static void
TransformationPipeline. runTransformationsUntil(AstNode node, Predicate<IAstTransform> abortCondition, DecompilerContext context)
-