Package panda.utilities.text
Class SectionString.SectionStack
java.lang.Object
panda.utilities.text.SectionString.SectionStack
- Enclosing class:
- SectionString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final char[]protected static final char[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidverifySequences(Stack<Character> sequences, char[] escapeCharacters, char[] openingCharacters, char[] closingCharacters, char previous, char current)
-
Field Details
-
OPENING_SEQUENCE
protected static final char[] OPENING_SEQUENCE -
CLOSING_SEQUENCE
protected static final char[] CLOSING_SEQUENCE
-
-
Constructor Details
-
SectionStack
public SectionStack()
-
-
Method Details
-
verifySequences
-