public abstract class CacheType
extends java.lang.Object
| Constructor and Description |
|---|
CacheType() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CacheType> |
_typeDescriptor() |
static CacheType |
create_Default(DefaultCache Default) |
static CacheType |
create_MultiThreaded(MultiThreadedCache MultiThreaded) |
static CacheType |
create_No(NoCache No) |
static CacheType |
create_SingleThreaded(SingleThreadedCache SingleThreaded) |
static CacheType |
create_StormTracking(StormTrackingCache StormTracking) |
static CacheType |
Default() |
DefaultCache |
dtor_Default() |
MultiThreadedCache |
dtor_MultiThreaded() |
NoCache |
dtor_No() |
SingleThreadedCache |
dtor_SingleThreaded() |
StormTrackingCache |
dtor_StormTracking() |
boolean |
is_Default() |
boolean |
is_MultiThreaded() |
boolean |
is_No() |
boolean |
is_SingleThreaded() |
boolean |
is_StormTracking() |
public static CacheType Default()
public static dafny.TypeDescriptor<CacheType> _typeDescriptor()
public static CacheType create_Default(DefaultCache Default)
public static CacheType create_SingleThreaded(SingleThreadedCache SingleThreaded)
public static CacheType create_MultiThreaded(MultiThreadedCache MultiThreaded)
public static CacheType create_StormTracking(StormTrackingCache StormTracking)
public boolean is_Default()
public boolean is_No()
public boolean is_SingleThreaded()
public boolean is_MultiThreaded()
public boolean is_StormTracking()
public DefaultCache dtor_Default()
public NoCache dtor_No()
public SingleThreadedCache dtor_SingleThreaded()
public MultiThreadedCache dtor_MultiThreaded()
public StormTrackingCache dtor_StormTracking()