public class DafnyCallEvent<I,O>
extends java.lang.Object
| Constructor and Description |
|---|
DafnyCallEvent(I input,
O output) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> dafny.TypeDescriptor<DafnyCallEvent<I,O>> |
_typeDescriptor(dafny.TypeDescriptor<I> _td_I,
dafny.TypeDescriptor<O> _td_O) |
static <I,O> DafnyCallEvent<I,O> |
create_DafnyCallEvent(I input,
O output) |
static <I,O> DafnyCallEvent<I,O> |
create(I input,
O output) |
static <I,O> DafnyCallEvent<I,O> |
Default(I _default_I,
O _default_O) |
I |
dtor_input() |
O |
dtor_output() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_DafnyCallEvent() |
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 <I,O> DafnyCallEvent<I,O> Default(I _default_I, O _default_O)
public static <I,O> dafny.TypeDescriptor<DafnyCallEvent<I,O>> _typeDescriptor(dafny.TypeDescriptor<I> _td_I, dafny.TypeDescriptor<O> _td_O)
public static <I,O> DafnyCallEvent<I,O> create(I input, O output)
public static <I,O> DafnyCallEvent<I,O> create_DafnyCallEvent(I input, O output)
public boolean is_DafnyCallEvent()
public I dtor_input()
public O dtor_output()