Class SelectorExpression.Reference

  • Enclosing class:
    SelectorExpression

    public static class SelectorExpression.Reference
    extends java.lang.Object
    Reference class holding the string reference and its location in the expression.
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      booleanisSelectorReference
      Flag indicating it's a Selector's reference = true, false = class reference.
      intposition
      The position in the expression.
      java.lang.Stringreference
      The reference.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringtoString()
      Converts to debug/logging string.
      • Methods inherited from class java.lang.Object

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

      • isSelectorReference

        public final boolean isSelectorReference
        Flag indicating it's a Selector's reference = true, false = class reference.
      • reference

        public final java.lang.String reference
        The reference.
      • position

        public final int position
        The position in the expression.
    • Method Detail

      • toString

        public java.lang.String toString()
        Converts to debug/logging string.
        Overrides:
        toString in class java.lang.Object