Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
StoreInstruction |
Code.astore()
Store an object value from the stack into a local variable.
|
StoreInstruction |
Code.dstore()
Store a double value from the stack into a local variable.
|
StoreInstruction |
Code.fstore()
Store a float value from the stack into a local variable.
|
StoreInstruction |
Code.istore()
Store an int value from the stack into a local variable.
|
StoreInstruction |
Code.lstore()
Store a long value from the stack into a local variable.
|
StoreInstruction |
Code.xstore()
Store a value from the stack into a local variable.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterStoreInstruction(StoreInstruction obj) |
void |
PrettyPrintVisitor.enterStoreInstruction(StoreInstruction obj) |
void |
BCVisitor.exitStoreInstruction(StoreInstruction obj) |
Copyright © 2002–2019. All rights reserved.