Class EvalExprEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      EvalExprEvent​(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • exprStartChar

        public final int exprStartChar
        Index of first char in template.
      • exprStopChar

        public final int exprStopChar
        Index of last char in template (inclusive).
      • expr

        public final java.lang.String expr
    • Constructor Detail

      • EvalExprEvent

        public EvalExprEvent​(InstanceScope scope,
                             int start,
                             int stop,
                             int exprStartChar,
                             int exprStopChar)