Uses of Class
org.apache.bcel.util.BCELifier.FLAGS
-
Packages that use BCELifier.FLAGS Package Description org.apache.bcel.util 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 BCELifier.FLAGS in org.apache.bcel.util
Methods in org.apache.bcel.util that return BCELifier.FLAGS Modifier and Type Method Description static BCELifier.FLAGS
BCELifier.FLAGS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BCELifier.FLAGS[]
BCELifier.FLAGS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bcel.util with parameters of type BCELifier.FLAGS Modifier and Type Method Description static java.lang.String
BCELifier. printFlags(int flags, BCELifier.FLAGS location)
Return a string with the flag settings
-