public class GetClientInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Character> |
_region |
| Constructor and Description |
|---|
GetClientInput(dafny.DafnySequence<? extends java.lang.Character> region) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetClientInput> |
_typeDescriptor() |
static GetClientInput |
create_GetClientInput(dafny.DafnySequence<? extends java.lang.Character> region) |
static GetClientInput |
create(dafny.DafnySequence<? extends java.lang.Character> region) |
static GetClientInput |
Default() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_region() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetClientInput() |
java.lang.String |
toString() |
public GetClientInput(dafny.DafnySequence<? extends java.lang.Character> region)
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 GetClientInput Default()
public static dafny.TypeDescriptor<GetClientInput> _typeDescriptor()
public static GetClientInput create(dafny.DafnySequence<? extends java.lang.Character> region)
public static GetClientInput create_GetClientInput(dafny.DafnySequence<? extends java.lang.Character> region)
public boolean is_GetClientInput()
public dafny.DafnySequence<? extends java.lang.Character> dtor_region()