java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
org.jhotdraw8.css.ast.Declaration
A "declaration" associates a "propertyName" with a list of preserved tokens. If
the list of preserved tokens is empty, the declaration must be ignored.
- Author:
- Werner Randelshofer
-
Constructor Summary
ConstructorsConstructorDescriptionDeclaration(@Nullable SourceLocator sourceLocator, @Nullable String namespace, String propertyName, List<CssToken> terms, int startPos, int endPos, int lineNumber) -
Method Summary
Methods inherited from class org.jhotdraw8.css.ast.AbstractSyntaxTree
getSourceLocator, produceTokens
-
Constructor Details
-
Declaration
public Declaration(@Nullable SourceLocator sourceLocator, @Nullable String namespace, String propertyName, List<CssToken> terms, int startPos, int endPos, int lineNumber)
-
-
Method Details