Thrift v1.3.2 Thrift.Parser.Models.Constant
A Thrift constant. Constants of any primitive or container type can be created in Thrift.
Summary
Types
t()
t() :: %Thrift.Parser.Models.Constant{name: String.t, type: Thrift.Parser.Types.t, value: Literal.t}
Functions
new(name, val, type)
new(charlist, Thrift.Parser.Literals.t, Thrift.Parser.Types.t) :: %Thrift.Parser.Models.Constant{name: term, type: term, value: term}