soot.toolkits.astmetrics
Class NumLocalsMetric

java.lang.Object
  extended by polyglot.visit.NodeVisitor
      extended by soot.toolkits.astmetrics.ASTMetric
          extended by soot.toolkits.astmetrics.NumLocalsMetric
All Implemented Interfaces:
MetricInterface

public class NumLocalsMetric
extends ASTMetric


Constructor Summary
NumLocalsMetric(polyglot.ast.Node node)
           
 
Method Summary
 void addMetrics(ClassData data)
           
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 void reset()
           
 
Methods inherited from class soot.toolkits.astmetrics.ASTMetric
enter, execute, getClassData, leave, printAstMetric
 
Methods inherited from class polyglot.visit.NodeVisitor
begin, finish, finish, leave, override, override, toString, visitEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumLocalsMetric

public NumLocalsMetric(polyglot.ast.Node node)
Method Detail

reset

public void reset()
Specified by:
reset in class ASTMetric

addMetrics

public void addMetrics(ClassData data)
Specified by:
addMetrics in class ASTMetric

enter

public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
                                        polyglot.ast.Node n)
Overrides:
enter in class polyglot.visit.NodeVisitor