Uses of Class
org.aspectj.weaver.bcel.LazyClassGen
-
Packages that use LazyClassGen Package Description org.aspectj.weaver.bcel -
-
Uses of LazyClassGen in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return LazyClassGen Modifier and Type Method Description LazyClassGenBcelShadow. getEnclosingClass()LazyClassGenLazyMethodGen. getEnclosingClass()LazyClassGenBcelObjectType. getLazyClassGen()LazyClassGenBcelWeaver. weaveWithoutDump(UnwovenClassFile classFile, BcelObjectType classType)Constructors in org.aspectj.weaver.bcel with parameters of type LazyClassGen Constructor Description LazyMethodGen(int modifiers, Type returnType, String name, Type[] paramTypes, String[] declaredExceptions, LazyClassGen enclosingClass)LazyMethodGen(Method m, LazyClassGen enclosingClass)LazyMethodGen(org.aspectj.weaver.bcel.BcelMethod m, LazyClassGen enclosingClass)
-