public class PointsToLibrarySigs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PointsToLibrarySigs.AllocatorOrReceiver
Returns a new node, and maybe also the receiver.
|
static class |
PointsToLibrarySigs.AssignsArgToField |
static class |
PointsToLibrarySigs.ReturnsField |
static class |
PointsToLibrarySigs.Singleton
Returns a singleton.
|
Modifier and Type | Field and Description |
---|---|
static LibraryPointsToSignature |
NOOP
Library signature that does not add any points to statements.
|
Constructor and Description |
---|
PointsToLibrarySigs() |
public static LibraryPointsToSignature NOOP