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 Summary
Modifier and TypeFieldDescriptionfinal boolean
Flag indicating it's a Selector's reference = true, false = class reference.final int
The position in the expression.final String
The reference.Method Summary
Field Details
isSelectorReference
public final boolean isSelectorReferenceFlag indicating it's a Selector's reference = true, false = class reference.reference
The reference.position
public final int positionThe position in the expression.
Method Details