java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
- Direct Known Subclasses:
ComponentValue,Declaration,Rule,Selector,Stylesheet
Abstract syntax tree for cascading style sheets.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproduceTokens(Consumer<CssToken> consumer) Produces tokens for the subtree starting at this tree node.
-
Constructor Details
-
AbstractSyntaxTree
-
-
Method Details
-
produceTokens
Produces tokens for the subtree starting at this tree node.- Parameters:
consumer- a consumer for the tokens
-
getSourceLocator
-