LisaacTM Platform

STRING_BUFFER


String buffer
Inherit/Insert Summary
parent_string No developed.
 
Constructor Summary
create_from
 
Slot Summary
clone
from_string
to_string
New STRING having the same character sequence as self. Useful in proper descendants of STRING.
to_abstract_string
Infix '+'
Create a new STRING_BUFFER which is the concatenation of self and other. Create a new STRING which is the concatenation of self and other.
 

Inherit/Insert Detail

parent_string

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

Section:
Insert

Profile:
+ SelfSELFparent_string : STRING

Constructor Detail

create_from

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

Section:
Public

Profile:
- SelfSELFcreate_from   s : STRINGSELF

Detail slot

clone

.../base/string/low_level/string_buffer.li line #22

Section:
Public

Profile:
- SelfSELFclone : SELF

from_string

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

Section:
Public

Profile:
- SelfSELFfrom_string   s : STRINGSELF

to_string

.../base/string/low_level/string_buffer.li line #38

Section:
Public

Profile:
- SelfSELFto_string : STRING

Description:
New STRING having the same character sequence as self. Useful in proper descendants of STRING.

to_abstract_string

.../base/string/low_level/string_buffer.li line #40

Section:
Public

Profile:
- SelfSELFto_abstract_string : ABSTRACT_STRING

Infix '+'

.../base/string/low_level/string_buffer.li line #42

Section:
Public

Profile:
- SelfSELF+ '  other : ABSTRACT_STRINGSTRING_BUFFER

Description:
Create a new STRING_BUFFER which is the concatenation of self and other. Create a new STRING which is the concatenation of self and other.