Package com.iizix.prop
Class SelectorExpression.Reference
java.lang.Object
com.iizix.prop.SelectorExpression.Reference
- Enclosing class:
- SelectorExpression
Reference class holding the string reference and its location in the expression.
- Field SummaryFieldsModifier and TypeFieldDescription- final booleanFlag indicating it's a Selector's reference = true, false = class reference.- final intThe position in the expression.- final StringThe reference.
- Method Summary
- Field Details- isSelectorReferencepublic final boolean isSelectorReferenceFlag indicating it's a Selector's reference = true, false = class reference.
- referenceThe reference.
- positionpublic final int positionThe position in the expression.
 
- Method Details