Class SelectorExpression.Reference

java.lang.Object
com.iizix.prop.SelectorExpression.Reference
Enclosing class:
SelectorExpression

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

    • isSelectorReference

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

      public final String reference
      The reference.
    • position

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

    • toString

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