Package | Description |
---|---|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
|
org.apache.tapestry5.plastic |
Plastic, Tapestry's component class transformation library based on ASM
|
Modifier and Type | Method and Description |
---|---|
InstructionBuilder |
InstructionBuilderImpl.increment(LocalVariable variable) |
InstructionBuilder |
InstructionBuilderImpl.loadVariable(LocalVariable var) |
InstructionBuilder |
InstructionBuilderImpl.storeVariable(LocalVariable var) |
Modifier and Type | Method and Description |
---|---|
void |
LocalVariableCallback.doBuild(LocalVariable variable,
InstructionBuilder builder)
Callback to generate code with a local variable
|
InstructionBuilder |
InstructionBuilder.increment(LocalVariable variable)
Increments a local integer variable.
|
InstructionBuilder |
InstructionBuilder.loadVariable(LocalVariable variable)
Loads a value from a local variable and pushes it onto the stack.
|
InstructionBuilder |
InstructionBuilder.storeVariable(LocalVariable variable)
Stores the value on top of the stack to a local variable (previously defined by
InstructionBuilder.startVariable(String, LocalVariableCallback) . |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.