Class NextInstructionCountList
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCountList
-
public class NextInstructionCountList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<NextInstructionCount>list
-
Constructor Summary
Constructors Constructor Description NextInstructionCountList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(NextInstructionCount nextBytecode)java.util.List<NextInstructionCount>getList()
-
-
-
Field Detail
-
list
private java.util.List<NextInstructionCount> list
-
-
Method Detail
-
getList
public java.util.List<NextInstructionCount> getList()
-
add
public void add(NextInstructionCount nextBytecode)
-
-