Uses of Class
org.jhotdraw8.css.ast.Rule
Packages that use Rule
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
-
Uses of Rule in org.jhotdraw8.css.ast
Subclasses of Rule in org.jhotdraw8.css.astModifier and TypeClassDescriptionclassAn "at-rule" consists of an "at-keyword", a list of header tokens and a list of body tokens.classA style rule associates a selector list to a list of declarations.Methods in org.jhotdraw8.css.ast that return types with arguments of type RuleConstructor parameters in org.jhotdraw8.css.ast with type arguments of type Rule