Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
func (*Attribute) Attributes ¶
func (*Attribute) ReturnType ¶
type BinaryExtend ¶
func (*BinaryExtend) Attributes ¶
func (e *BinaryExtend) Attributes() []string
func (*BinaryExtend) IsAndOnly ¶
func (e *BinaryExtend) IsAndOnly() bool
func (*BinaryExtend) IsLogical ¶
func (e *BinaryExtend) IsLogical() bool
func (*BinaryExtend) ReturnType ¶
func (e *BinaryExtend) ReturnType() uint32
func (*BinaryExtend) String ¶
func (e *BinaryExtend) String() string
type MultiExtend ¶
func (*MultiExtend) Attributes ¶
func (e *MultiExtend) Attributes() []string
func (*MultiExtend) IsAndOnly ¶
func (e *MultiExtend) IsAndOnly() bool
func (*MultiExtend) IsLogical ¶
func (e *MultiExtend) IsLogical() bool
func (*MultiExtend) ReturnType ¶
func (e *MultiExtend) ReturnType() uint32
func (*MultiExtend) String ¶
func (e *MultiExtend) String() string
type ParenExtend ¶
type ParenExtend struct {
E Extend
}
func (*ParenExtend) Attributes ¶
func (e *ParenExtend) Attributes() []string
func (*ParenExtend) IsAndOnly ¶
func (e *ParenExtend) IsAndOnly() bool
func (*ParenExtend) IsLogical ¶
func (e *ParenExtend) IsLogical() bool
func (*ParenExtend) ReturnType ¶
func (e *ParenExtend) ReturnType() uint32
func (*ParenExtend) String ¶
func (e *ParenExtend) String() string
type UnaryExtend ¶
func (*UnaryExtend) Attributes ¶
func (e *UnaryExtend) Attributes() []string
func (*UnaryExtend) IsAndOnly ¶
func (e *UnaryExtend) IsAndOnly() bool
func (*UnaryExtend) IsLogical ¶
func (e *UnaryExtend) IsLogical() bool
func (*UnaryExtend) ReturnType ¶
func (e *UnaryExtend) ReturnType() uint32
func (*UnaryExtend) String ¶
func (e *UnaryExtend) String() string
Click to show internal directories.
Click to hide internal directories.