| Package | Description |
|---|---|
| com.google.template.soy.types.ast |
| Modifier and Type | Method and Description |
|---|---|
static RecordTypeNode.Property |
RecordTypeNode.Property.create(SourceLocation nameLocation,
String name,
TypeNode type) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<RecordTypeNode.Property> |
RecordTypeNode.properties() |
| Modifier and Type | Method and Description |
|---|---|
static RecordTypeNode |
RecordTypeNode.create(SourceLocation sourceLocation,
Iterable<RecordTypeNode.Property> properties) |