ppt4j 1.0
 
Loading...
Searching...
No Matches
ppt4j.analysis.bytecode.graph.InsnBlock Class Reference

Public Member Functions

void addLines (List< String > list)
 
void addNext (InsnBlock item)
 
void addJump (InsnBlock item)
 

Public Attributes

final List< String > lines = new ArrayList<>()
 
final List< InsnBlocknextBlockList = new ArrayList<>()
 
final List< InsnBlockjumpBlockList = new ArrayList<>()
 

Member Function Documentation

◆ addJump()

void ppt4j.analysis.bytecode.graph.InsnBlock.addJump ( InsnBlock item)

Adds the given InsnBlock item to the list of jump blocks.

Parameters
itemthe InsnBlock to add to the list

◆ addLines()

void ppt4j.analysis.bytecode.graph.InsnBlock.addLines ( List< String > list)

Adds a list of strings to the existing list of lines.

Parameters
listthe 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
itemthe InsnBlock to be added

Member Data Documentation

◆ 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: