| Modifier and Type | Method and Description |
|---|---|
SelectorCombinator |
SelectorCombinator.clone() |
SelectorCombinator |
SelectorPart.getLeadingCombinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorPart.setLeadingCombinator(SelectorCombinator leadingCombinator) |
| Constructor and Description |
|---|
EscapedSelector(HiddenTokenAwareTree underlyingStructure,
String value,
String quoteTypes,
SelectorCombinator leadingCombinator) |
NestedSelectorAppender(HiddenTokenAwareTree underlyingStructure,
boolean directlyBefore,
boolean directlyAfter,
SelectorCombinator leadingCombinator) |
SelectorPart(HiddenTokenAwareTree underlyingStructure,
SelectorCombinator leadingCombinator) |
SimpleSelector(HiddenTokenAwareTree token,
SelectorCombinator leadingCombinator,
InterpolableName elementName,
boolean isStar) |
| Modifier and Type | Method and Description |
|---|---|
Selector |
SelectorsManipulator.indirectJoin(Selector firstI,
SelectorCombinator combinator,
Selector secondI) |
Selector |
SelectorsManipulator.indirectJoinNoClone(Selector first,
SelectorCombinator combinator,
List<SelectorPart> second,
List<Extend> extend) |
Selector |
SelectorsManipulator.indirectJoinNoClone(Selector first,
SelectorCombinator combinator,
Selector second) |
| Modifier and Type | Method and Description |
|---|---|
static SelectorCombinator |
ConversionUtils.createSelectorCombinator(HiddenTokenAwareTree token) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CssPrinter.appendSelectorCombinator(SelectorCombinator combinator) |
Copyright © 2012-2015. All Rights Reserved.