Package com.github.weisj.darklaf.parser
Interface Delimiters
- All Known Implementing Classes:
DimensionParser,FontParser,IconParser,InsetParser,ListParser,MapParser
public interface Delimiters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic char
-
Field Details
-
LIST_START
static final char LIST_START- See Also:
- Constant Field Values
-
LIST_END
static final char LIST_END- See Also:
- Constant Field Values
-
LIST_SEPARATOR
static final char LIST_SEPARATOR- See Also:
- Constant Field Values
-
MAP_START
static final char MAP_START- See Also:
- Constant Field Values
-
MAP_END
static final char MAP_END- See Also:
- Constant Field Values
-
MAP_SEPARATOR
static final char MAP_SEPARATOR- See Also:
- Constant Field Values
-
ARG_START
static final char ARG_START- See Also:
- Constant Field Values
-
ARG_END
static final char ARG_END- See Also:
- Constant Field Values
-
ARG_SEPARATOR
static final char ARG_SEPARATOR- See Also:
- Constant Field Values
-
PAIR_SEPARATOR
static final char PAIR_SEPARATOR- See Also:
- Constant Field Values
-