public class NoCache
extends java.lang.Object
| Constructor and Description |
|---|
NoCache() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<NoCache> |
_typeDescriptor() |
static java.util.ArrayList<NoCache> |
AllSingletonConstructors() |
static NoCache |
create_NoCache() |
static NoCache |
create() |
static NoCache |
Default() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_NoCache() |
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 NoCache Default()
public static dafny.TypeDescriptor<NoCache> _typeDescriptor()
public static NoCache create()
public static NoCache create_NoCache()
public boolean is_NoCache()
public static java.util.ArrayList<NoCache> AllSingletonConstructors()