public interface ParserCondition extends ObjectCondition
| Modifier and Type | Field and Description |
|---|---|
static char |
ENTER |
static char |
SPACE |
static char |
SPLITEND |
static char |
SPLITSTART |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CharacterBuffer buffer,
TemplateParser parser,
LocalisationInterface customTemplate) |
java.lang.String |
getKey() |
java.lang.Object |
getSendableInstance(boolean isExpression) |
java.lang.Object |
getValue(LocalisationInterface variables) |
boolean |
isExpression() |
static final char SPLITEND
static final char SPLITSTART
static final char ENTER
static final char SPACE
java.lang.Object getValue(LocalisationInterface variables)
void create(CharacterBuffer buffer, TemplateParser parser, LocalisationInterface customTemplate)
boolean isExpression()
java.lang.String getKey()
java.lang.Object getSendableInstance(boolean isExpression)