Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ModifiableFieldReference
-
Packages that use ModifiableFieldReference Package Description org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of ModifiableFieldReference in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ModifiableFieldReference Modifier and Type Method Description void
Interceptor. handleFieldReference(ModifiableFieldReference ref)
Called when a reference to a field is encountered while visiting the body of the method for which handleMethod was most recently called.
-