protected virtual T VisitPhpBreakStatement(PhpBreakStatement node) { if (ThrowNotImplementedException) { throw new NotImplementedException(string.Format("Method {0} is not supported in class {1}", "VisitPhpBreakStatement", this.GetType().FullName)); } return(default(T)); }
protected override IPhpStatement VisitPhpBreakStatement(PhpBreakStatement node) { return(node); }