The Meta-Environment API

Uses of Class
toolbus.tifs.Communication

Packages that use Communication
toolbus.tifs   
 

Uses of Communication in toolbus.tifs
 

Subclasses of Communication in toolbus.tifs
 class Do
           
 class Eval
           
 class Event
           
 

Methods in toolbus.tifs that return Communication
static Communication Communication.create(aterm.ATermAppl appl)
           
 

Methods in toolbus.tifs that return types with arguments of type Communication
 java.util.Iterator<Communication> Process.fetchCommunicationIterator()
           
 

Methods in toolbus.tifs with parameters of type Communication
private  void TifToJava.generateArguments(Communication comm, java.io.PrintStream out)
           
private  void TifToJava.generateCommunication(Communication comm, java.io.PrintStream out)
           
 


The Meta-Environment API