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.ObjectClass 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>>diffInfointsourcePosjava.lang.Stringtext
-
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
-
-