public class GetCacheEntryInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<java.lang.Long> |
_bytesUsed |
dafny.DafnySequence<? extends java.lang.Byte> |
_identifier |
| Constructor and Description |
|---|
GetCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Wrappers_Compile.Option<java.lang.Long> bytesUsed) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetCacheEntryInput> |
_typeDescriptor() |
static GetCacheEntryInput |
create_GetCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Wrappers_Compile.Option<java.lang.Long> bytesUsed) |
static GetCacheEntryInput |
create(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Wrappers_Compile.Option<java.lang.Long> bytesUsed) |
static GetCacheEntryInput |
Default() |
Wrappers_Compile.Option<java.lang.Long> |
dtor_bytesUsed() |
dafny.DafnySequence<? extends java.lang.Byte> |
dtor_identifier() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetCacheEntryInput() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Byte> _identifier
public Wrappers_Compile.Option<java.lang.Long> _bytesUsed
public GetCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Wrappers_Compile.Option<java.lang.Long> bytesUsed)
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 GetCacheEntryInput Default()
public static dafny.TypeDescriptor<GetCacheEntryInput> _typeDescriptor()
public static GetCacheEntryInput create(dafny.DafnySequence<? extends java.lang.Byte> identifier, Wrappers_Compile.Option<java.lang.Long> bytesUsed)
public static GetCacheEntryInput create_GetCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier, Wrappers_Compile.Option<java.lang.Long> bytesUsed)
public boolean is_GetCacheEntryInput()
public dafny.DafnySequence<? extends java.lang.Byte> dtor_identifier()
public Wrappers_Compile.Option<java.lang.Long> dtor_bytesUsed()