Example usage for org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor subclass-usage

List of usage examples for org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor subclass-usage.

Usage

From source file daikon.dcomp.LimitedConstraintVisitor.java

/**
 * A Visitor class testing for valid preconditions of JVM instructions.
 * No checks are actually implemented.  This overrides the class in BCEL
 * which incorrectly fails on many valid class files.
 */
public class LimitedConstraintVisitor extends InstConstraintVisitor {