Example #1
0
 public void Accept(SelfStatement self)
 {
     self.Visit (functionCompiler);
 }
Example #2
0
		public override void Accept (SelfStatement self)
		{
			self.Visit (parentVisitor);
		}