Uses of Class
org.aspectj.weaver.bcel.LazyMethodGen
-
Packages that use LazyMethodGen Package Description org.aspectj.weaver.bcel -
-
Uses of LazyMethodGen in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return LazyMethodGen Modifier and Type Method Description LazyMethodGenLazyClassGen. createExtendedAjcPreClinit(LazyMethodGen previousPreClinit, int i)LazyMethodGenLazyClassGen. getAjcPreClinit()LazyMethodGenBcelShadow. getEnclosingMethod()LazyMethodGenLazyClassGen. getLazyMethodGen(String name, String signature)LazyMethodGenLazyClassGen. getLazyMethodGen(String name, String signature, boolean allowMissing)LazyMethodGenLazyClassGen. getLazyMethodGen(Member m)LazyMethodGenLazyClassGen. getStaticInitializer()protected LazyMethodGenBcelTypeMunger. makeMethodGen(LazyClassGen gen, ResolvedMember member)Methods in org.aspectj.weaver.bcel that return types with arguments of type LazyMethodGen Modifier and Type Method Description List<LazyMethodGen>LazyClassGen. getMethodGens()Constructors in org.aspectj.weaver.bcel with parameters of type LazyMethodGen Constructor Description BcelShadow(BcelWorld world, Shadow.Kind kind, Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow)
-