See: Description
| Interface | Description |
|---|---|
| Named |
Represents something that has a name.
|
| Refinable |
Designates that an
Syntax unit is refinable to a more specified or detailed representation. |
| Statement | |
| StatementIterable |
Contains a list of
Statements. |
| Syntax |
A distinct unit of syntax within CSS.
|
| Class | Description |
|---|---|
| AbstractSyntax |
Base class for
Syntax units. |
| Comment |
Represents a CSS comment.
|
| CssAnnotation |
Represents a CSS annotation comment.
|
| RawFunction |
Represents a function value before refinement.
|
| RawSyntax |
Represents raw, non-validated content.
|
| Rule |
Represents a CSS Rule.
|
| Stylesheet |
The root-level
Syntax object. |
| Enum | Description |
|---|---|
| Status |
Represents the broadcast status of
Syntax unit. |
Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.