Skip to content

Method: CommunicationManager()

1: package parser.nodes;
2:
3: //Interface used for the communication with scanner and parser
4: public class CommunicationManager {
5:
6: }