enum
Savi::Compiler::Infer::Cap
Overview
TODO Should this be in its own file?
Defined in:
savi/compiler/infer/meta_type/capability.crEnum Members
-
ISO =
0_u8 -
ISO_ALIASED =
1_u8 -
REF =
2_u8 -
VAL =
3_u8 -
BOX =
4_u8 -
TAG =
5_u8 -
NON =
6_u8
Class Method Summary
Instance Method Summary
-
#box?
Returns
trueif this enum value equalsBOX -
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
-
#iso?
Returns
trueif this enum value equalsISO -
#iso_aliased?
Returns
trueif this enum value equalsISO_ALIASED -
#non?
Returns
trueif this enum value equalsNON -
#ref?
Returns
trueif this enum value equalsREF - #string
-
#tag?
Returns
trueif this enum value equalsTAG -
#val?
Returns
trueif this enum value equalsVAL
Class Method Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO) which can be overridden for custom implementations.
Also see #to_s.