clean up, to make old classes unneccessary

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@25 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ceaf716503
commit fe217fd8ac
  1. 13
      jode/jode/decompiler/CodeAnalyzer.java

@ -104,17 +104,8 @@ public class CodeAnalyzer implements Analyzer, Constants {
// new CreateNewConstructor(),
// new CombineIfGotoExpressions(),
// new CreateIfThenElseOperator(),
// new CreateConstantArray()
};
static Transformation[] simplifyTrafos = { new SimplifyExpression() };
static Transformation[] blockTrafos = {
new CreateDoWhileStatements(),
new CreateTryCatchStatements(),
new CreateIfStatements(),
new CreateBreakStatement(),
new CreateWhileStatements(),
new CreateSwitchStatements()
// new CreateConstantArray(),
// new SimplifyExpression()
};
public void analyze()

Loading…
Cancel
Save