public PhpAntlrParseTree(PhpParser.HtmlDocumentContext syntaxTree)
     : base(syntaxTree)
 {
 }
Exemple #2
0
 public string VisitHtmlDocument([NotNull] PhpParser.HtmlDocumentContext context)
 {
     return(VisitChildren(context));
 }