Documentation
¶
Index ¶
- Variables
- func Type_Decimal_() _dafny.TypeDescriptor
- func Type_JSON_() _dafny.TypeDescriptor
- type CompanionStruct_Decimal_
- type CompanionStruct_Default___
- type CompanionStruct_JSON_
- func (CompanionStruct_JSON_) Create_Array_(Arr _dafny.Sequence) JSON
- func (CompanionStruct_JSON_) Create_Bool_(B bool) JSON
- func (CompanionStruct_JSON_) Create_Null_() JSON
- func (CompanionStruct_JSON_) Create_Number_(Num Decimal) JSON
- func (CompanionStruct_JSON_) Create_Object_(Obj _dafny.Sequence) JSON
- func (CompanionStruct_JSON_) Create_String_(Str _dafny.Sequence) JSON
- func (CompanionStruct_JSON_) Default() JSON
- type Data_Decimal_
- type Data_JSON_
- type Decimal
- func (_this Decimal) Dtor_e10() _dafny.Int
- func (_this Decimal) Dtor_n() _dafny.Int
- func (_this Decimal) Equals(other Decimal) bool
- func (_this Decimal) EqualsGeneric(other interface{}) bool
- func (_this Decimal) Get_() Data_Decimal_
- func (_this Decimal) Is_Decimal() bool
- func (_this Decimal) ParentTraits_() []*_dafny.TraitID
- func (_this Decimal) String() string
- type Decimal_Decimal
- type Default__
- type Dummy__
- type JSON
- func (_this JSON) Dtor_arr() _dafny.Sequence
- func (_this JSON) Dtor_b() bool
- func (_this JSON) Dtor_num() Decimal
- func (_this JSON) Dtor_obj() _dafny.Sequence
- func (_this JSON) Dtor_str() _dafny.Sequence
- func (_this JSON) Equals(other JSON) bool
- func (_this JSON) EqualsGeneric(other interface{}) bool
- func (_this JSON) Get_() Data_JSON_
- func (_this JSON) Is_Array() bool
- func (_this JSON) Is_Bool() bool
- func (_this JSON) Is_Null() bool
- func (_this JSON) Is_Number() bool
- func (_this JSON) Is_Object() bool
- func (_this JSON) Is_String() bool
- func (_this JSON) ParentTraits_() []*_dafny.TraitID
- func (_this JSON) String() string
- type JSON_Array
- type JSON_Bool
- type JSON_Null
- type JSON_Number
- type JSON_Object
- type JSON_String
Constants ¶
This section is empty.
Variables ¶
View Source
var Companion_Decimal_ = CompanionStruct_Decimal_{}
View Source
var Companion_Default___ = CompanionStruct_Default___{}
View Source
var Companion_JSON_ = CompanionStruct_JSON_{}
Functions ¶
func Type_Decimal_ ¶
func Type_Decimal_() _dafny.TypeDescriptor
func Type_JSON_ ¶
func Type_JSON_() _dafny.TypeDescriptor
Types ¶
type CompanionStruct_Decimal_ ¶
type CompanionStruct_Decimal_ struct { }
func (CompanionStruct_Decimal_) Create_Decimal_ ¶
func (CompanionStruct_Decimal_) Default ¶
func (CompanionStruct_Decimal_) Default() Decimal
type CompanionStruct_Default___ ¶
type CompanionStruct_Default___ struct { }
type CompanionStruct_JSON_ ¶
type CompanionStruct_JSON_ struct { }
func (CompanionStruct_JSON_) Create_Array_ ¶
func (CompanionStruct_JSON_) Create_Array_(Arr _dafny.Sequence) JSON
func (CompanionStruct_JSON_) Create_Bool_ ¶
func (CompanionStruct_JSON_) Create_Bool_(B bool) JSON
func (CompanionStruct_JSON_) Create_Null_ ¶
func (CompanionStruct_JSON_) Create_Null_() JSON
func (CompanionStruct_JSON_) Create_Number_ ¶
func (CompanionStruct_JSON_) Create_Number_(Num Decimal) JSON
func (CompanionStruct_JSON_) Create_Object_ ¶
func (CompanionStruct_JSON_) Create_Object_(Obj _dafny.Sequence) JSON
func (CompanionStruct_JSON_) Create_String_ ¶
func (CompanionStruct_JSON_) Create_String_(Str _dafny.Sequence) JSON
func (CompanionStruct_JSON_) Default ¶
func (CompanionStruct_JSON_) Default() JSON
type Data_Decimal_ ¶
type Data_Decimal_ interface {
// contains filtered or unexported methods
}
type Data_JSON_ ¶
type Data_JSON_ interface {
// contains filtered or unexported methods
}
type Decimal ¶
type Decimal struct {
Data_Decimal_
}
Definition of datatype Decimal
func (Decimal) EqualsGeneric ¶
func (Decimal) Get_ ¶
func (_this Decimal) Get_() Data_Decimal_
func (Decimal) Is_Decimal ¶
func (Decimal) ParentTraits_ ¶
type Default__ ¶
type Default__ struct {
// contains filtered or unexported fields
}
Definition of class Default__
func New_Default___ ¶
func New_Default___() *Default__
func (*Default__) EqualsGeneric ¶
func (*Default__) ParentTraits_ ¶
type JSON ¶
type JSON struct {
Data_JSON_
}
Definition of datatype JSON
func (JSON) EqualsGeneric ¶
func (JSON) Get_ ¶
func (_this JSON) Get_() Data_JSON_
func (JSON) ParentTraits_ ¶
type JSON_Array ¶
type JSON_Number ¶
type JSON_Number struct {
Num Decimal
}
type JSON_Object ¶
type JSON_String ¶
Click to show internal directories.
Click to hide internal directories.