Class AviatorEvaluatorInstance.StringSegments

  • Enclosing class:
    AviatorEvaluatorInstance

    public static class AviatorEvaluatorInstance.StringSegments
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEmpty()  
      java.lang.String toString​(java.util.Map<java.lang.String,​java.lang.Object> env, java.lang.String lexeme)  
      • Methods inherited from class java.lang.Object

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

      • hintLength

        public int hintLength
    • Constructor Detail

      • StringSegments

        public StringSegments​(java.util.List<StringSegment> segs,
                              int hintLength)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • toString

        public java.lang.String toString​(java.util.Map<java.lang.String,​java.lang.Object> env,
                                         java.lang.String lexeme)