| Package | Description |
|---|---|
| com.google.template.soy.base |
Base classes.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
static SourceLocation.Point |
SourceLocation.Point.UNKNOWN_POINT |
| Modifier and Type | Method and Description |
|---|---|
static SourceLocation.Point |
SourceLocation.Point.create(int line,
int column) |
SourceLocation.Point |
SourceLocation.getBeginPoint() |
SourceLocation.Point |
SourceLocation.getEndPoint() |
SourceLocation.Point |
SourceLocation.Point.offset(int byLines,
int byColumns) |
| Modifier and Type | Method and Description |
|---|---|
int |
SourceLocation.Point.compareTo(SourceLocation.Point o) |
| Constructor and Description |
|---|
SourceLocation(String filePath,
SourceLocation.Point begin,
SourceLocation.Point end) |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation.Point |
RawTextNode.locationOf(int i) |
| Constructor and Description |
|---|
HtmlAttributeNode(int id,
SourceLocation location,
SourceLocation.Point equalsSignLocation) |