Java org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.bcel6.verifier.structurals InstConstraintVisitor.

The text is from its open source code.

Subclass

org.apache.commons.bcel6.verifier.structurals.InstConstraintVisitor has subclasses.
Click this link to see all its subclasses.

Method

voidsetConstantPoolGen(ConstantPoolGen cpg)
Sets the ConstantPoolGen instance needed for constraint checking prior to execution.
voidsetMethodGen(MethodGen mg)
Sets the MethodGen instance needed for constraint checking prior to execution.