Class AbstractGssParser.ParseResult
- java.lang.Object
-
- com.google.common.css.compiler.ast.AbstractGssParser.ParseResult
-
- Enclosing class:
- AbstractGssParser
protected static class AbstractGssParser.ParseResult extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CssTreegetCssTree()protected com.google.common.collect.ImmutableList<GssParserException>getHandledErrors()
-
-
-
Method Detail
-
getCssTree
protected CssTree getCssTree()
-
getHandledErrors
protected com.google.common.collect.ImmutableList<GssParserException> getHandledErrors()
-
-