Uses of Class
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Operation
-
Packages that use Wrapper.Operation Package Description org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of Wrapper.Operation in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return Wrapper.Operation Modifier and Type Method Description static Wrapper.Operation
Wrapper.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Wrapper.Operation[]
Wrapper.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type Wrapper.Operation Modifier and Type Method Description private void
Wrapper.Environment. checkState(Wrapper.Operation op)
(package private) void
Wrapper.Context. stateTransition(Wrapper.Operation op)
-