| Name | Description | Type | Package | Framework |
| ClassNamesCollector | Collect all CSS class names in a stylesheet. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| CreateRuntimeConditionalNodes | Visitor that handles conditional nodes with conditions that need to be evaluated at runtime. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| CssDotPathNode | Represents a sequence of no-arg method invocations. | Class | com.google.gwt.resources.gss.ast | Google WebToolkit (GWT) |
|
| CssJavaExpressionNode | Represents a Java expression. | Class | com.google.gwt.resources.gss.ast | Google WebToolkit (GWT) |
|
| CssPrinter | Visitor that converts the AST to a String that can be evaluated as a Java expression. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| CssRuntimeConditionalRuleNode | Represents a conditional rule that needs to be evaluated at runtime. | Class | com.google.gwt.resources.gss.ast | Google WebToolkit (GWT) |
|
| EvalFunction | GSS function that creates a CssJavaExpressionNode in order to evaluate a Java expression at runtime. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ExtendedEliminateConditionalNodes | A compiler pass that eliminates the conditional blocks for which the boolean expression does not evaluate to true. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ExternalClassesCollector | Compiler pass that collects external styles declared with the @external at-rule. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| GwtGssFunctionMapProvider | GssFunctionMapProvider that adds the mapping of GssFunction implemented for GWT. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ImageSpriteCreator | Visitor that detects sprite definitions and replace them by several css rules in order to create the corresponding sprited image. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ImageSpriteCreator .MethodByPathHelper | | Interface | com.google.gwt.resources.gss.ImageSpriteCreator | Google WebToolkit (GWT) |
|
| PermutationsCollector | Visitor that collects the different permutation axis defined in a gss file. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| RecordingBidiFlipper | Compiler pass that BiDi flips all the flippable nodes and records if nodes have been flipped. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| RenamingSubstitutionMap | This SubstitutionMap is used for renaming each style classes of the ast by its corresponding It takes care of eventual prefix and does not rename external style classes. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ResourceUrlFunction | Gss function that create the needed nodes in order to correctly get the url of a resource. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ResourceUrlFunction .MethodByPathHelper | | Interface | com.google.gwt.resources.gss.ResourceUrlFunction | Google WebToolkit (GWT) |
|
| RuntimeConditionalBlockCollector | Visitor that collects conditional blocks containing conditions that need to be evaluated atConstructor SummaryRuntimeConditionalBlockCollector(com. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ValidateRuntimeConditionalNode | Visitor that validates runtime conditional node. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |
|
| ValueFunction | Handles the value() function. | Class | com.google.gwt.resources.gss | Google WebToolkit (GWT) |