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