| Modifier and Type | Field and Description |
|---|---|
private boolean |
hasBegin |
private boolean |
hasEnd |
private boolean |
hasStep |
private boolean |
hasVar |
| Constructor and Description |
|---|
ForEach() |
| Modifier and Type | Method and Description |
|---|---|
private void |
doCollection(TagPluginContext ctxt)
Generate codes for Collections
The pseudo code is:
|
void |
doTag(TagPluginContext ctxt)
Generate codes for a custom tag.
|
private void |
generateIterators(TagPluginContext ctxt)
Generate iterators for data types supported in items
|
private boolean hasVar
private boolean hasBegin
private boolean hasEnd
private boolean hasStep
public void doTag(TagPluginContext ctxt)
TagPluginprivate void doCollection(TagPluginContext ctxt)
private void generateIterators(TagPluginContext ctxt)