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