◆ addJump()
void ppt4j.analysis.bytecode.graph.InsnBlock.addJump |
( |
InsnBlock | item | ) |
|
Adds the given InsnBlock item to the list of jump blocks.
- Parameters
-
◆ addLines()
void ppt4j.analysis.bytecode.graph.InsnBlock.addLines |
( |
List< String > | list | ) |
|
Adds a list of strings to the existing list of lines.
- Parameters
-
list | the list of strings to be added |
◆ addNext()
void ppt4j.analysis.bytecode.graph.InsnBlock.addNext |
( |
InsnBlock | item | ) |
|
Adds the given InsnBlock item to the list of next blocks.
- Parameters
-
◆ jumpBlockList
final List<InsnBlock> ppt4j.analysis.bytecode.graph.InsnBlock.jumpBlockList = new ArrayList<>() |
◆ lines
final List<String> ppt4j.analysis.bytecode.graph.InsnBlock.lines = new ArrayList<>() |
◆ nextBlockList
final List<InsnBlock> ppt4j.analysis.bytecode.graph.InsnBlock.nextBlockList = new ArrayList<>() |
The documentation for this class was generated from the following file: