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 boolean
equals(Object obj)
List<Attribute>
getAttributes()
char
getHierarchyOperator()
List<Modifier>
getModifiers()
String
getName()
String
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SelectorSegment
public SelectorSegment(ParserContext context, boolean firstSegment)
-
-