Example usage for org.springframework.asm ClassVisitor interface-usage

List of usage examples for org.springframework.asm ClassVisitor interface-usage

Introduction

In this page you can find the example usage for org.springframework.asm ClassVisitor interface-usage.

Usage

From source file org.openmrs.module.amrsreports.rule.MohEvaluableRuleVisitor.java

public class MohEvaluableRuleVisitor implements ClassVisitor {

    private static final Log log = LogFactory.getLog(MohEvaluableRuleVisitor.class);

    private static final String RULE_PACKAGE_NAME = "org.openmrs.module.amrsreports.rule";

From source file org.openmrs.module.clinicalsummary.rule.EvaluableRuleVisitor.java

public class EvaluableRuleVisitor implements ClassVisitor {

    private static final Log log = LogFactory.getLog(EvaluableRuleVisitor.class);

    private static final String RULE_PACKAGE_NAME = "org.openmrs.module.clinicalsummary.rule";