Squeak Class Documentation category index | class index  
 
MailAddressTokenizer
  category: Network-RFC822
  superclass: Stream
  subclasses:

Divides an address into tokens, as specified in RFC 822. Used by MailAddressParser.

instance methods
  initialization
  initialize:

  stream protocol
  atEnd
next
peek

  tokenizing
  atEndOfChars
nextAtom
nextChar
nextComment
nextDomainLiteral
nextQuotedString
nextSpecial
nextToken
peekChar
skipSeparators

class methods
  class initialization
  initialize

  instance creation
  forString:
tokensIn:

instance methods
  initialization top  
 

initialize:


  stream protocol top  
 

atEnd

Answer whether the receiver can access any more objects.


 

next

Answer the next object accessible by the receiver.


 

peek


  tokenizing top  
 

atEndOfChars


 

nextAtom


 

nextChar


 

nextComment


 

nextDomainLiteral


 

nextQuotedString


 

nextSpecial


 

nextToken


 

peekChar


 

skipSeparators


class methods
  class initialization top  
 

initialize

Initalize class variables using MailAddressTokenizer initialize


  instance creation top  
 

forString:


 

tokensIn:

return a collection of the tokens in aString