com.intellij.util
Class BcelUtils

java.lang.Object
  extended by com.intellij.util.BcelUtils

public class BcelUtils
extends java.lang.Object


Constructor Summary
BcelUtils()
           
 
Method Summary
static void disposeBcel()
           
static org.apache.bcel.util.Repository getActiveRepository()
           
static void initBcel(org.apache.bcel.util.ClassPath cp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcelUtils

public BcelUtils()
Method Detail

initBcel

public static void initBcel(org.apache.bcel.util.ClassPath cp)

disposeBcel

public static void disposeBcel()

getActiveRepository

public static org.apache.bcel.util.Repository getActiveRepository()