Uses of Interface
org.apache.tapestry5.plastic.SwitchCallback
Packages that use SwitchCallback
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of SwitchCallback in org.apache.tapestry5.internal.plastic
Methods in org.apache.tapestry5.internal.plastic with parameters of type SwitchCallbackModifier and TypeMethodDescriptionInstructionBuilderImpl.startSwitch
(int min, int max, SwitchCallback callback) -
Uses of SwitchCallback in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type SwitchCallbackModifier and TypeMethodDescriptionInstructionBuilder.startSwitch
(int min, int max, SwitchCallback callback) Starts a switch statement.