| Package | Description |
|---|---|
| com.google.template.soy.soytree.defn |
Nodes for representing various kinds of variable and parameter definitions.
|
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| com.google.template.soy.types.ast |
| Class and Description |
|---|
| TypeNode
The base class for an immutable node in the type AST.
|
| Class and Description |
|---|
| TypeNode
The base class for an immutable node in the type AST.
|
| Class and Description |
|---|
| GenericTypeNode
A typename with type arguments (eg, list
|
| NamedTypeNode
A simple named type (may be an intrinsic type, '?', or a custom type).
|
| RecordTypeNode
A record type (eg, [a: someType, b: otherType]).
|
| RecordTypeNode.Property
A single property declaration in a record type.
|
| TypeNode
The base class for an immutable node in the type AST.
|
| TypeNodeVisitor
A visitor / rewriter interface for type AST nodes.
|
| UnionTypeNode
A union type (eg, a|b).
|