Class MatchesVarExpansion.Result

  • Enclosing class:
    MatchesVarExpansion

    public static class MatchesVarExpansion.Result
    extends java.lang.Object
    Class to store formatted text and indications for other treatments
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Result

        public Result()