public class None
extends java.lang.Object
| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<None> |
_typeDescriptor() |
static java.util.ArrayList<None> |
AllSingletonConstructors() |
static None |
create_None() |
static None |
create() |
static None |
Default() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_None() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static None Default()
public static dafny.TypeDescriptor<None> _typeDescriptor()
public static None create()
public static None create_None()
public boolean is_None()
public static java.util.ArrayList<None> AllSingletonConstructors()