| Package | Description |
|---|---|
| com.google.template.soy.coredirectives |
Plugin package for core print directives.
|
| com.google.template.soy.parsepasses.contextautoesc |
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual
examination of template
print commands. |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CoreDirectiveUtils.isCoreDirective(PrintDirectiveNode directiveNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckEscapingSanityVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |
| Modifier and Type | Method and Description |
|---|---|
PrintDirectiveNode |
PrintDirectiveNode.Builder.build(ErrorReporter errorReporter)
Returns a new
PrintDirectiveNode from the state of this builder, reporting syntax
errors to the given ErrorReporter. |
PrintDirectiveNode |
PrintDirectiveNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |
protected void |
AbstractSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |