Class SelectorSegment
- java.lang.Object
-
- org.apache.sling.query.impl.selector.parser.SelectorSegment
-
public class SelectorSegment extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectorSegment(ParserContext context, boolean firstSegment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<Attribute>getAttributes()chargetHierarchyOperator()List<Modifier>getModifiers()StringgetName()StringgetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SelectorSegment
public SelectorSegment(ParserContext context, boolean firstSegment)
-
-