JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.strobel.decompiler.languages.java.ast.transforms
Interface IAstTransform
All Known Implementing Classes:
AddReferenceQualifiersTransform
,
AssertStatementTransform
,
BreakTargetRelocation
,
CollapseImportsTransform
,
ContextTrackingVisitor
,
ConvertLoopsTransform
,
DeclareLocalClassesTransform
,
DeclareVariablesTransform
,
EclipseEnumSwitchRewriterTransform
,
EclipseStringSwitchRewriterTransform
,
EliminateSyntheticAccessorsTransform
,
EnumRewriterTransform
,
EnumSwitchRewriterTransform
,
FlattenElseIfStatementsTransform
,
FlattenSwitchBlocksTransform
,
InlineEscapingAssignmentsTransform
,
InsertConstantReferencesTransform
,
InsertNecessaryConversionsTransform
,
InsertOverrideAnnotationsTransform
,
IntroduceInitializersTransform
,
IntroduceOuterClassReferencesTransform
,
IntroduceStringConcatenationTransform
,
LabelCleanupTransform
,
LambdaTransform
,
MarkReferencedSyntheticsTransform
,
RemoveHiddenMembersTransform
,
RemoveImplicitBoxingTransform
,
RemoveRedundantCastsTransform
,
RemoveRedundantInitializersTransform
,
RewriteInnerClassConstructorCalls
,
RewriteLocalClassesTransform
,
RewriteNewArrayLambdas
,
SimplifyArithmeticExpressionsTransform
,
SimplifyAssignmentsTransform
,
StringSwitchRewriterTransform
,
TryWithResourcesTransform
,
VarArgsTransform
public interface
IAstTransform
Method Summary
Methods
Modifier and Type
Method and Description
void
run
(
AstNode
compilationUnit)
Method Detail
run
void run(
AstNode
compilationUnit)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method