Uses of Class
lij.runtime.Letter

Packages that use Letter
lij.monitor Various classes used for obtaining runtime debugging information. 
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 Letter in lij.monitor
 

Methods in lij.monitor with parameters of type Letter
 void PanelLetterBox.letterAdded(Letter letter)
          Notifies that a new Letter has been added in the message queue.
 void Monitor.letterAdded(Letter letter)
          Notifies that a new Letter has been added in the message queue.
 void PanelLetterBox.letterRemoved(Letter letter)
          Notifies that a Letter has been removed from the message queue.
 void Monitor.letterRemoved(Letter letter)
          Notifies that a Letter has been removed from the message queue.
 

Uses of Letter in lij.runtime
 

Fields in lij.runtime with type parameters of type Letter
private  java.util.ArrayList<Letter> LetterBox.letters
           
 

Methods in lij.runtime that return Letter
 Letter LetterBox.getLetter(LetterPostData postData)
          Attempts to retrieve the specified Letter from the letter queue.
 Letter Interpreter.receiveLetter(LetterPostData postData)
          Searches for the proper recepient agent of the specified letter, and posts it to it.
 

Methods in lij.runtime with parameters of type Letter
 void LetterBox.putLetter(Letter letter)
          Puts the specified Letter into the letter queue.
 void Interpreter.sendLetter(Letter letter)
          Searches for the proper recepient agent of the specified letter, and posts it to it.