| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlTransformVisitor.visitCssNode(CssNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
IsComputableAsJsExprsVisitor.visitCssNode(CssNode node) |
protected void |
GenJsExprsVisitor.visitCssNode(CssNode node)
Note: We would only see a CssNode if the css-handling scheme is BACKEND_SPECIFIC.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitCssNode(CssNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitCssNode(CssNode node) |
| Modifier and Type | Method and Description |
|---|---|
CssNode |
CssNode.Builder.build(SoyParsingContext context)
Returns a new
CssNode built from the builder's state, reporting syntax errors
to the given ErrorReporter. |
CssNode |
CssNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitCssNode(CssNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitCssNode(CssNode node) |
| Constructor and Description |
|---|
CssNode(CssNode orig,
String newSelectorText,
CopyState copyState)
Transform constructor - creates a copy but with different selector text.
|