public virtual void visit(ICommonConstructorCallAsConstant value)
 {
 }
Example #2
0
 public void visit(ICommonConstructorCallAsConstant value)
 {
 }
Example #3
0
 public override void visit(ICommonConstructorCallAsConstant value)
 {
     value.ConstructorCall.visit(this);
 }
Example #4
0
		public void visit(ICommonConstructorCallAsConstant value)
		{
            throw new System.NotSupportedException(value.GetType().ToString());
		}