예제 #1
0
		public override void acceptVisitor(Visitor v)
		{
			v.Visit_SEQUENCE(this);
		}