Uses of Interface
org.apache.tapestry5.plastic.LocalVariable
Packages that use LocalVariable
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of LocalVariable in org.apache.tapestry5.internal.plastic
Methods in org.apache.tapestry5.internal.plastic with parameters of type LocalVariableModifier and TypeMethodDescriptionInstructionBuilderImpl.increment
(LocalVariable variable) InstructionBuilderImpl.loadVariable
(LocalVariable var) InstructionBuilderImpl.storeVariable
(LocalVariable var) -
Uses of LocalVariable in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type LocalVariableModifier and TypeMethodDescriptionvoid
LocalVariableCallback.doBuild
(LocalVariable variable, InstructionBuilder builder) Callback to generate code with a local variableInstructionBuilder.increment
(LocalVariable variable) Increments a local integer variable.InstructionBuilder.loadVariable
(LocalVariable variable) Loads a value from a local variable and pushes it onto the stack.InstructionBuilder.storeVariable
(LocalVariable variable) Stores the value on top of the stack to a local variable (previously defined byInstructionBuilder.startVariable(String, LocalVariableCallback)
.