Class Interpolator.ResultPart

  • Enclosing class:
    Interpolator

    public static class Interpolator.ResultPart
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultPart​(java.lang.String input, java.lang.String match, Scope.ScopeValue value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • input

        public final java.lang.String input
      • match

        public final java.lang.String match
    • Constructor Detail

      • ResultPart

        public ResultPart​(java.lang.String input,
                          java.lang.String match,
                          Scope.ScopeValue value)