public class StandardBeacon
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_length |
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> |
_loc |
dafny.DafnySequence<? extends java.lang.Character> |
_name |
| Constructor and Description |
|---|
StandardBeacon(dafny.DafnySequence<? extends java.lang.Character> name,
int length,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<StandardBeacon> |
_typeDescriptor() |
static StandardBeacon |
create_StandardBeacon(dafny.DafnySequence<? extends java.lang.Character> name,
int length,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc) |
static StandardBeacon |
create(dafny.DafnySequence<? extends java.lang.Character> name,
int length,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc) |
static StandardBeacon |
Default() |
int |
dtor_length() |
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> |
dtor_loc() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_name() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_StandardBeacon() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Character> _name
public int _length
public Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> _loc
public StandardBeacon(dafny.DafnySequence<? extends java.lang.Character> name,
int length,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc)
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 StandardBeacon Default()
public static dafny.TypeDescriptor<StandardBeacon> _typeDescriptor()
public static StandardBeacon create(dafny.DafnySequence<? extends java.lang.Character> name, int length, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc)
public static StandardBeacon create_StandardBeacon(dafny.DafnySequence<? extends java.lang.Character> name, int length, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> loc)
public boolean is_StandardBeacon()
public dafny.DafnySequence<? extends java.lang.Character> dtor_name()
public int dtor_length()
public Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Character>> dtor_loc()