java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
org.jhotdraw8.css.ast.Rule
org.jhotdraw8.css.ast.AtRule
An "at-rule" consists of an "at-keyword", a list of header tokens and a
list of body tokens.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.css.ast.AbstractSyntaxTree
getSourceLocator, produceTokens
-
Constructor Details
-
AtRule
public AtRule(@Nullable SourceLocator sourceLocator, @NonNull String atKeyword, @NonNull List<? extends CssToken> header, @NonNull List<? extends CssToken> body) Creates a new instance.- Parameters:
sourceLocator-atKeyword- the "at-keyword"header- the list of header tokensbody- the list of body tokens
-
-
Method Details