Beispiel #1
0
 public static InstDeclController GetInstance()
 {
     return(_self ?? (_self = new InstDeclController()));
 }
Beispiel #2
0
 public KccVisitor()
 {
     _controller = InstDeclController.GetInstance();
 }