Uses of Interface
org.apache.bcel.util.InstructionFinder.CodeConstraint
Package
Description
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
-
Uses of InstructionFinder.CodeConstraint in org.apache.bcel.util
Modifier and TypeMethodDescriptionfinal Iterator
<InstructionHandle[]> InstructionFinder.search
(String pattern, InstructionHandle from, InstructionFinder.CodeConstraint constraint) Search for the given pattern in the instruction list.final Iterator
<InstructionHandle[]> InstructionFinder.search
(String pattern, InstructionFinder.CodeConstraint constraint) Start search beginning from the start of the given instruction list.