java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
org.jhotdraw8.css.ast.Rule
org.jhotdraw8.css.ast.StyleRule
A style rule associates a selector list to a list of declarations.
- Author:
- Werner Randelshofer
-
Constructor Summary
ConstructorsConstructorDescriptionStyleRule(@Nullable SourceLocator sourceLocator, SelectorGroup selectorGroup, List<Declaration> declarations) -
Method Summary
Methods inherited from class org.jhotdraw8.css.ast.AbstractSyntaxTree
getSourceLocator, produceTokens
-
Constructor Details
-
StyleRule
public StyleRule(@Nullable SourceLocator sourceLocator, SelectorGroup selectorGroup, List<Declaration> declarations)
-
-
Method Details