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 booleanisSelectorReferenceFlag indicating it's a Selector's reference = true, false = class reference.intpositionThe position in the expression.java.lang.StringreferenceThe reference.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Converts to debug/logging string.