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