| Modifier and Type | Field and Description |
|---|---|
protected dafny.TypeDescriptor<T> |
_td_T |
| Modifier and Type | Method and Description |
|---|---|
static <T> dafny.TypeDescriptor<Ref<T>> |
_typeDescriptor(dafny.TypeDescriptor<T> _td_T) |
static <T> Ref<T> |
create_Null()
Deprecated.
|
static <T> Ref<T> |
create_Null(dafny.TypeDescriptor<T> _td_T) |
static <T> Ref<T> |
create_Ptr(T deref)
Deprecated.
|
static <T> Ref<T> |
create_Ptr(dafny.TypeDescriptor<T> _td_T,
T deref) |
static <T> Ref<T> |
Default()
Deprecated.
|
static <T> Ref<T> |
Default(dafny.TypeDescriptor<T> _td_T) |
T |
dtor_deref() |
boolean |
is_Null() |
boolean |
is_Ptr() |
protected dafny.TypeDescriptor<T> _td_T
public Ref(dafny.TypeDescriptor<T> _td_T)
public static <T> dafny.TypeDescriptor<Ref<T>> _typeDescriptor(dafny.TypeDescriptor<T> _td_T)
public static <T> Ref<T> Default(dafny.TypeDescriptor<T> _td_T)
@Deprecated public static <T> Ref<T> Default()
public static <T> Ref<T> create_Ptr(dafny.TypeDescriptor<T> _td_T, T deref)
@Deprecated public static <T> Ref<T> create_Ptr(T deref)
public static <T> Ref<T> create_Null(dafny.TypeDescriptor<T> _td_T)
@Deprecated public static <T> Ref<T> create_Null()
public boolean is_Ptr()
public boolean is_Null()
public T dtor_deref()