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