Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:33 +05 2020. DO NOT EDIT.
Index ¶
- func BinaryOp(x_ constant.Value, op token.Token, y_ constant.Value) constant.Value
- func BitLen(x constant.Value) int
- func BoolVal(x constant.Value) bool
- func Bytes(x constant.Value) []byte
- func Compare(x_ constant.Value, op token.Token, y_ constant.Value) bool
- func Denom(x constant.Value) constant.Value
- func Imag(x constant.Value) constant.Value
- func Make(x interface{}) constant.Value
- func MakeBool(b bool) constant.Value
- func MakeFromBytes(bytes []byte) constant.Value
- func MakeFromLiteral(lit string, tok token.Token, zero uint) constant.Value
- func MakeImag(x constant.Value) constant.Value
- func MakeString(s string) constant.Value
- func MakeUnknown() constant.Value
- func Num(x constant.Value) constant.Value
- func Real(x constant.Value) constant.Value
- func Shift(x constant.Value, op token.Token, s uint) constant.Value
- func Sign(x constant.Value) int
- func StringVal(x constant.Value) string
- func ToComplex(x constant.Value) constant.Value
- func ToFloat(x constant.Value) constant.Value
- func ToInt(x constant.Value) constant.Value
- func UnaryOp(op token.Token, y constant.Value, prec uint) constant.Value
- func Val(x constant.Value) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeFromBytes ¶
func MakeString ¶
func MakeUnknown ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.