public class UselessTryRemover extends ASTAnalysis
ANALYSE_AST, ANALYSE_STMTS, ANALYSE_VALUES| Constructor and Description |
|---|
UselessTryRemover(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseASTNode(ASTNode n) |
int |
getAnalysisDepth() |
static UselessTryRemover |
v() |
analyseArrayRef, analyseBinopExpr, analyseDefinitionStmt, analyseExpr, analyseInstanceFieldRef, analyseInstanceInvokeExpr, analyseInstanceOfExpr, analyseInvokeExpr, analyseInvokeStmt, analyseNewArrayExpr, analyseNewMultiArrayExpr, analyseRef, analyseReturnStmt, analyseStmt, analyseThrowStmt, analyseUnopExpr, analyseValuepublic UselessTryRemover(Singletons.Global g)
public static UselessTryRemover v()
public int getAnalysisDepth()
getAnalysisDepth in class ASTAnalysispublic void analyseASTNode(ASTNode n)
analyseASTNode in class ASTAnalysisCopyright © 2020 Soot OSS. All rights reserved.