예제 #1
0
 protected virtual T VisitPhpContinueStatement(PhpContinueStatement node)
 {
     if (ThrowNotImplementedException)
     {
         throw new NotImplementedException(string.Format("Method {0} is not supported in class {1}", "VisitPhpContinueStatement", this.GetType().FullName));
     }
     return(default(T));
 }
예제 #2
0
 protected override IPhpStatement VisitPhpContinueStatement(PhpContinueStatement node)
 {
     return(node.Simplify(this));
 }