|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.bcel.classfile
Class Utils

java.lang.Objectcom.puppycrawl.tools.checkstyle.bcel.classfile.Utils
- public class Utils
- extends java.lang.Object
Utility methods for BCEL classfile package
| Constructor Summary | |
Utils()
|
|
| Method Summary | |
static boolean |
inScope(org.apache.bcel.classfile.FieldOrMethod aFieldOrMethod,
java.util.Set aScopes)
Determines whether the declared scope of a field or method is in a set of scopes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Utils
public Utils()
| Method Detail |
inScope
public static boolean inScope(org.apache.bcel.classfile.FieldOrMethod aFieldOrMethod, java.util.Set aScopes)
- Determines whether the declared scope of a field or method is in
a set of scopes.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.puppycrawl.tools.checkstyle.bcel.classfile.Utils