public interface MustacheTagInfo
| Modifier and Type | Method and Description |
|---|---|
List<MustacheTagInfo> |
getChildTags() |
int |
getLine() |
String |
getTemplateName() |
String |
getText() |
MustacheTagType |
getType() |
MustacheTagType getType()
String getText()
int getLine()
String getTemplateName()
List<MustacheTagInfo> getChildTags()
Copyright © 2015. All Rights Reserved.