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.Object
Reference class holding the string reference and its location in the expression.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isSelectorReference
Flag indicating it's a Selector's reference = true, false = class reference.int
position
The position in the expression.java.lang.String
reference
The reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Converts to debug/logging string.
-