View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Stereotypes | Operations

Parent Package: assumed_types
Class String


Aggregate
   |
   +--String


Stereotypes
<<Interface>>



Operations
SignatureConstraintsDocumentation
 as_integer() : Integer 
pre: is_integer  
Return the integer corresponding to the integer value represented in this string. 
 infix('+' : Character, other : String) : String  Concatenation operator - causes ‘other’ to be appended to this string 
 is_empty() : Boolean  True if string is empty, i.e. equal to “”. 
 is_integer() : Boolean  True if string can be parsed as an integer.