Uses of Interface
org.aspectj.weaver.IUnwovenClassFile
-
Packages that use IUnwovenClassFile Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.tools -
-
Uses of IUnwovenClassFile in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type IUnwovenClassFile Modifier and Type Method Description voidIWeaveRequestor. acceptResult(IUnwovenClassFile result) -
Uses of IUnwovenClassFile in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement IUnwovenClassFile Modifier and Type Class Description classUnwovenClassFileclassUnwovenClassFileWithThirdPartyManagedBytecode -
Uses of IUnwovenClassFile in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools with type parameters of type IUnwovenClassFile Modifier and Type Field Description protected Map<String,IUnwovenClassFile>WeavingAdaptor. generatedClasses
-