Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimitiveType ¶
type PrimitiveType int
const ( INT PrimitiveType = iota FLOAT BYTE CHAR STRING BOOL VOID ERROR_TYPE NO_TYPE )
func (PrimitiveType) Equals ¶
func (primitiveType PrimitiveType) Equals(typing Typing) bool
func (PrimitiveType) IrType ¶
func (primitiveType PrimitiveType) IrType() types.Type
func (PrimitiveType) MarshalJSON ¶
func (primitiveType PrimitiveType) MarshalJSON() ([]byte, error)
func (PrimitiveType) Size ¶
func (primitiveType PrimitiveType) Size() int
func (PrimitiveType) String ¶
func (primitiveType PrimitiveType) String() string
Click to show internal directories.
Click to hide internal directories.