public class CompileChunk extends Object implements Comparable<CompileChunk>
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Field and Description |
---|---|
int |
numDependents |
int |
numPackages |
String |
pkgFromTos |
StringBuilder |
pkgNames |
Set<URI> |
srcs |
Constructor and Description |
---|
CompileChunk() |
public int numPackages
public int numDependents
public StringBuilder pkgNames
public String pkgFromTos
public int compareTo(CompileChunk c)
compareTo
in interface Comparable<CompileChunk>
Copyright © 2017 earcam. All rights reserved.