Uses of Interface
org.apache.bcel.util.InstructionFinder.CodeConstraint

Packages that use InstructionFinder.CodeConstraint
org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, 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 clases at run time  
 

Uses of InstructionFinder.CodeConstraint in org.apache.bcel.util
 

Methods in org.apache.bcel.util with parameters of type InstructionFinder.CodeConstraint
 java.util.Iterator InstructionFinder.search(java.lang.String pattern, InstructionHandle from, InstructionFinder.CodeConstraint constraint)
          Search for the given pattern in the instruction list.
 java.util.Iterator InstructionFinder.search(java.lang.String pattern, InstructionFinder.CodeConstraint constraint)
          Start search beginning from the start of the given instruction list.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.