| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.metrics.CallerTrace
CallerTrace | public class CallerTrace extends InspectorBase implements Parameterizable(Code) | | author: Johannes Bellert |
Method Summary | |
public void | leave(Repository repository) | public boolean | setParameter(String name, Object value) Configures the rule. | public void | visit(Operation methodCall) | public void | visit(MethodCall methodCall) | public void | visit(Constructor aConstructor) | public void | visit(Method methodDecl) | public void | visit(com.pavelvlasov.jsel.Interface ifc) |
leave | public void leave(Repository repository)(Code) | | |
setParameter | public boolean setParameter(String name, Object value) throws ConfigurationException(Code) | | Configures the rule. Reads in the values of the parameters XXX and
class-max-complexity.
Parameters: name - the name of the parameter being loaded from Hammurapi configuration Parameters: value - the value of the parameter being loaded from Hammurapi configuration exception: ConfigurationException - in case of a not supported parameter |
visit | public void visit(Operation methodCall)(Code) | | |
visit | public void visit(MethodCall methodCall)(Code) | | |
visit | public void visit(Constructor aConstructor)(Code) | | |
visit | public void visit(Method methodDecl)(Code) | | |
visit | public void visit(com.pavelvlasov.jsel.Interface ifc)(Code) | | |
|
|
|