Class Messaging.BeingSubstitution
java.lang.Object
com.github.yellowstonegames.text.Messaging.BeingSubstitution
- All Implemented Interfaces:
regexodus.Substitution
- Enclosing class:
Messaging
Undocumented; use at your own peril.
(It's a RegExodus Substitution that handles a really complicated regex and its replacements.)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeingSubstitution(Pronoun firstPronoun, boolean finish, String... terms) BeingSubstitution(String term, Pronoun pronoun, boolean finish) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendCapitalized(String s, regexodus.TextBuffer dest) voidappendSubstitution(regexodus.MatchResult match, regexodus.TextBuffer dest)
-
Field Details
-
term
-
pronoun
-
finisher
public boolean finisher
-
-
Constructor Details
-
BeingSubstitution
public BeingSubstitution() -
BeingSubstitution
-
BeingSubstitution
-
-
Method Details
-
appendCapitalized
-
appendSubstitution
public void appendSubstitution(regexodus.MatchResult match, regexodus.TextBuffer dest) - Specified by:
appendSubstitutionin interfaceregexodus.Substitution
-