Package | Description |
---|---|
org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Field and Description |
---|---|
protected List<CSSParserProblem> |
CSSLexer.problems
Lexer problems.
|
protected List<CSSParserProblem> |
CSSParser.problems
Parser problems.
|
protected List<CSSParserProblem> |
CSSTree.problems
Tree walker problems.
|
protected List<CSSParserProblem> |
CSSTree.problems
Tree walker problems.
|
protected List<CSSParserProblem> |
CSSParser.problems
Parser problems.
|
protected List<CSSParserProblem> |
CSSLexer.problems
Lexer problems.
|
Modifier and Type | Method and Description |
---|---|
static CSSParserProblem |
CSSParserProblem.create(org.antlr.runtime.BaseRecognizer baseRecognizer,
String[] tokenNames,
org.antlr.runtime.RecognitionException e)
Create a
CSSParserProblem from ANTLR's
BaseRecognizer.displayRecognitionError(java.lang.String[], org.antlr.runtime.RecognitionException) . |
Copyright © 2016 The Apache Software Foundation. All rights reserved.