public interface TemplateParser
| Modifier and Type | Field and Description |
|---|---|
static int |
DECLARATION |
static int |
FIELD |
static int |
IMPORT |
static int |
METHOD |
static int |
PACKAGE |
static int |
TEMPLATE |
static int |
TEMPLATEEND |
static int |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
ObjectCondition |
parsing(CharacterBuffer template,
LocalisationInterface customTemplate,
boolean isExpression,
boolean allowSpace,
java.lang.String... stopWords) |
static final int DECLARATION
static final int PACKAGE
static final int IMPORT
static final int TEMPLATE
static final int FIELD
static final int VALUE
static final int METHOD
static final int TEMPLATEEND
ObjectCondition parsing(CharacterBuffer template, LocalisationInterface customTemplate, boolean isExpression, boolean allowSpace, java.lang.String... stopWords)