| Package | Description |
|---|---|
| org.watertemplate.interpreter.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSyntaxTree.Empty |
static class |
AbstractSyntaxTree.For |
static class |
AbstractSyntaxTree.Id |
static class |
AbstractSyntaxTree.If |
static class |
AbstractSyntaxTree.Statements |
static class |
AbstractSyntaxTree.Text |
| Modifier and Type | Method and Description |
|---|---|
AbstractSyntaxTree |
Parser.buildAbstractSyntaxTree() |
| Constructor and Description |
|---|
For(String variableName,
AbstractSyntaxTree.Id collectionId,
AbstractSyntaxTree forStatements) |
For(String variableName,
AbstractSyntaxTree.Id collectionId,
AbstractSyntaxTree forStatements,
AbstractSyntaxTree elseStatements) |
If(AbstractSyntaxTree.Id conditionId,
AbstractSyntaxTree ifStatements) |
If(AbstractSyntaxTree.Id conditionId,
AbstractSyntaxTree ifStatements,
AbstractSyntaxTree elseStatements) |
Statements(AbstractSyntaxTree... abstractSyntaxTrees) |
| Constructor and Description |
|---|
Statements(List<AbstractSyntaxTree> abstractSyntaxTrees) |
Copyright © 2015. All rights reserved.