LisaacTM Platform

CHARACTER_REF


.
Inherit/Insert Summary
parent_hashable No developed.
parent_comparable No developed.
 
Slot Summary
item
set_item
Infix '<'
Is self strictly less than other?
code
ASCII code of Current
to_upper
to_lower
Conversion of Current to lower case
 
Object Printing:
out_in_tagged_out_memory
fill_tagged_out_memory
 
Hashing:
hash_code
The hash-code value of Current.
 
MHMH :
Infix '=='
 

Inherit/Insert Detail

parent_hashable

.../base/string/low_level/character_ref.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_hashable : HASHABLE

parent_comparable

.../base/string/low_level/character_ref.li line #14

Section:
Inherit

Profile:
- SelfSELFparent_comparable : COMPARABLE

Detail slot

item

.../base/string/low_level/character_ref.li line #18

Section:
Public

Profile:
- SelfSELFitem : CHARACTER

set_item

.../base/string/low_level/character_ref.li line #20

Section:
Public

Profile:
- SelfSELFset_item   value : CHARACTER

Infix '<'

.../base/string/low_level/character_ref.li line #25

Section:
Public

Profile:
- SelfSELF< '  other : SELFBOOLEAN

Description:
Is self strictly less than other?

code

.../base/string/low_level/character_ref.li line #30

Section:
Public

Profile:
- SelfSELFcode : INTEGER_8

Description:
ASCII code of Current

to_upper

.../base/string/low_level/character_ref.li line #36

Section:
Public

Profile:
- SelfSELFto_upper : SELF

to_lower

.../base/string/low_level/character_ref.li line #41

Section:
Public

Profile:
- SelfSELFto_lower : SELF

Description:
Conversion of Current to lower case

Object Printing:

out_in_tagged_out_memory

.../base/string/low_level/character_ref.li line #49

Section:
Public

Profile:
- SelfSELFout_in_tagged_out_memory 

fill_tagged_out_memory

.../base/string/low_level/character_ref.li line #51

Section:
Public

Profile:
- SelfSELFfill_tagged_out_memory 

Hashing:

hash_code

.../base/string/low_level/character_ref.li line #58

Section:
Public

Profile:
- SelfSELFhash_code : INTEGER

Description:
The hash-code value of Current.

MHMH :

Infix '=='

.../base/string/low_level/character_ref.li line #75

Section:
Public

Profile:
- SelfSELF== ' Right 60  other : EBOOLEAN