public abstract class CacheState
extends java.lang.Object
| Constructor and Description |
|---|
CacheState() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CacheState> |
_typeDescriptor() |
static CacheState |
create_EmptyFetch() |
static CacheState |
create_EmptyWait() |
static CacheState |
create_Full(GetCacheEntryOutput data) |
static CacheState |
Default() |
GetCacheEntryOutput |
dtor_data() |
boolean |
is_EmptyFetch() |
boolean |
is_EmptyWait() |
boolean |
is_Full() |
public static CacheState Default()
public static dafny.TypeDescriptor<CacheState> _typeDescriptor()
public static CacheState create_EmptyWait()
public static CacheState create_EmptyFetch()
public static CacheState create_Full(GetCacheEntryOutput data)
public boolean is_EmptyWait()
public boolean is_EmptyFetch()
public boolean is_Full()
public GetCacheEntryOutput dtor_data()