public class SizeBreakdown extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,Integer> |
classToSize |
Map<String,Integer> |
methodToSize |
HashMap<String,CodeCollection> |
nameToCodeColl |
Map<String,LiteralsCollection> |
nameToLitColl |
Map<String,Integer> |
packageToSize |
int |
sizeAllCode |
Constructor and Description |
---|
SizeBreakdown(String description,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A short but human-readable description of this code collection.
|
String |
getId()
An identifier for this code collection suitable for use within file names.
|
String |
toString() |
public HashMap<String,CodeCollection> nameToCodeColl
public Map<String,LiteralsCollection> nameToLitColl
public int sizeAllCode
Copyright © 2018. All rights reserved.