Uses of Class
lij.runtime.LetterPostData

Packages that use LetterPostData
lij.runtime These runtime classes are the ones that contain most of the code that is used during the execution of the IM by the interpreter. 
 

Uses of LetterPostData in lij.runtime
 

Fields in lij.runtime declared as LetterPostData
private  LetterPostData Letter.postData
           
 

Methods in lij.runtime that return LetterPostData
 LetterPostData Letter.getPostData()
          Accessor.
 

Methods in lij.runtime with parameters of type LetterPostData
 Letter LetterBox.getLetter(LetterPostData postData)
          Attempts to retrieve the specified Letter from the letter queue.
 boolean Letter.matches(LetterPostData other)
          Compares the LetterPostData object of this Letter with another for a match.
 boolean LetterPostData.matches(LetterPostData other)
          Compares this LetterPostData object with another for a match.
 Letter Interpreter.receiveLetter(LetterPostData postData)
          Searches for the proper recepient agent of the specified letter, and posts it to it.
 

Constructors in lij.runtime with parameters of type LetterPostData
Letter(LetterPostData _postData, java.io.Serializable[] _payload)
          Constructor.