public class StmtSumWeightedByDepth extends ASTMetric
| Modifier and Type | Field and Description |
|---|---|
static boolean |
tmpAbruptChecker |
| Constructor and Description |
|---|
StmtSumWeightedByDepth(polyglot.ast.Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetrics(ClassData data) |
polyglot.visit.NodeVisitor |
enter(polyglot.ast.Node parent,
polyglot.ast.Node n) |
polyglot.ast.Node |
leave(polyglot.ast.Node old,
polyglot.ast.Node n,
polyglot.visit.NodeVisitor v) |
void |
printAstMetric(polyglot.ast.Node n,
polyglot.util.CodeWriter w) |
void |
reset() |
enter, execute, getClassData, leavepublic void printAstMetric(polyglot.ast.Node n,
polyglot.util.CodeWriter w)
printAstMetric in class ASTMetricpublic void addMetrics(ClassData data)
addMetrics in class ASTMetricpublic polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
polyglot.ast.Node n)
enter in class polyglot.visit.NodeVisitorpublic polyglot.ast.Node leave(polyglot.ast.Node old,
polyglot.ast.Node n,
polyglot.visit.NodeVisitor v)
leave in class polyglot.visit.NodeVisitorCopyright © 2020 Soot OSS. All rights reserved.