| Interface | Description |
|---|---|
| SoyString |
A common marker super type for strings.
|
| Class | Description |
|---|---|
| BooleanData |
Boolean data.
|
| CollectionData |
Abstract superclass for a node in a Soy data tree that represents a collection of data (i.e.
|
| FloatData |
Float data.
|
| IntegerData |
Integer data.
|
| NullData |
Null data.
|
| NumberData |
Abstract superclass for number data (integers and floats).
|
| PrimitiveData |
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data
(i.e.
|
| StringData |
String data.
|
| UndefinedData |
Undefined data.
|