Package org.omegat.gui.matches
Class MatchesVarExpansion.Result
- java.lang.Object
-
- org.omegat.gui.matches.MatchesVarExpansion.Result
-
- Enclosing class:
- MatchesVarExpansion
public static class MatchesVarExpansion.Result extends java.lang.Object
Class to store formatted text and indications for other treatments
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.Integer,java.util.List<DiffDriver.TextRun>>
diffInfo
int
sourcePos
java.lang.String
text
-
Constructor Summary
Constructors Constructor Description Result()
-
-
-
Field Detail
-
text
public java.lang.String text
-
sourcePos
public int sourcePos
-
diffInfo
public final java.util.Map<java.lang.Integer,java.util.List<DiffDriver.TextRun>> diffInfo
-
-