Package com.mebigfatguy.fbcontrib.detect
Class PossibleConstantAllocationInLoop.AllocationInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.PossibleConstantAllocationInLoop.AllocationInfo
-
- Enclosing class:
- PossibleConstantAllocationInLoop
static class PossibleConstantAllocationInLoop.AllocationInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
allocationPC
(package private) java.lang.String
className
(package private) int
loopBottom
(package private) int
loopTop
-
Constructor Summary
Constructors Constructor Description AllocationInfo(java.lang.String clsName, int pc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-