public static class ParserRunner.ParseResult extends Object
Modifier and Type | Field and Description |
---|---|
Node |
ast |
List<Comment> |
comments |
FeatureSet |
features |
String |
sourceMapURL |
Constructor and Description |
---|
ParseResult(Node ast,
List<Comment> comments,
FeatureSet features,
String sourceMapURL) |
public final Node ast
public final FeatureSet features
public ParseResult(Node ast, List<Comment> comments, FeatureSet features, String sourceMapURL)
Copyright © 2009-2017 Google. All Rights Reserved.