Package com.iizix.prop
Class SelectorExpression.Reference
- java.lang.Object
- com.iizix.prop.SelectorExpression.Reference
 
- Enclosing class:
- SelectorExpression
 - public static class SelectorExpression.Reference extends java.lang.ObjectReference class holding the string reference and its location in the expression.
- Field Summary- Fields - Modifier and Type - Field - Description - boolean- isSelectorReferenceFlag indicating it's a Selector's reference = true, false = class reference.- int- positionThe position in the expression.- java.lang.String- referenceThe reference.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - java.lang.String- toString()Converts to debug/logging string.