Class GssParser
java.lang.Object
com.google.common.css.compiler.ast.AbstractGssParser
com.google.common.css.compiler.ast.GssParser
A wrapper around the JavaCC generated GSS parser.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.css.compiler.ast.AbstractGssParser
AbstractGssParser.ParseResult -
Field Summary
Fields inherited from class com.google.common.css.compiler.ast.AbstractGssParser
EMPTY_CHAR_STREAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns errors from previous call to parse().protected GssParserCCImplementations must return an emptyGssParserCCobject.parse()parse(boolean errorHandling) Methods inherited from class com.google.common.css.compiler.ast.AbstractGssParser
parseInternal
-
Constructor Details
-
GssParser
-
GssParser
-
-
Method Details
-
parse
- Throws:
GssParserException
-
parse
- Throws:
GssParserException
-
getHandledErrors
Returns errors from previous call to parse(). -
getParser
Description copied from class:AbstractGssParserImplementations must return an emptyGssParserCCobject. Whether this object is actually new or not isn't important which allows pooling.- Specified by:
getParserin classAbstractGssParser
-