| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Constructor and Description |
|---|
CallNode(int id,
SourceLocation sourceLocation,
String commandName,
CallNode.CommandTextInfo commandTextInfo,
com.google.common.collect.ImmutableList<String> escapingDirectiveNames)
Protected constructor for use by subclasses.
|