Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.bcel.classfile
Class Utils  view Utils download Utils.java

java.lang.Object
  extended bycom.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.