|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Combinator | |
|---|---|
| com.vaadin.sass.internal.parser | |
| com.vaadin.sass.internal.selector | |
| Uses of Combinator in com.vaadin.sass.internal.parser |
|---|
| Methods in com.vaadin.sass.internal.parser that return Combinator | |
|---|---|
Combinator |
Parser.combinator()
|
Combinator |
Parser.combinatorChar()
to refactor combinator and reuse in selector(). |
| Uses of Combinator in com.vaadin.sass.internal.selector |
|---|
| Methods in com.vaadin.sass.internal.selector that return Combinator | |
|---|---|
static Combinator |
Combinator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Combinator[] |
Combinator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.vaadin.sass.internal.selector with parameters of type Combinator | |
|---|---|
Selector |
Selector.createNested(Combinator c,
SimpleSelectorSequence s)
Appends the given sequence of simple selectors to this selector using combinator c. |
| Constructors in com.vaadin.sass.internal.selector with parameters of type Combinator | |
|---|---|
Selector(Combinator comb,
SimpleSelectorSequence simpl)
Selector with a leading combinator ("> foo") |
|
Selector(Selector first,
Combinator comb,
Selector second)
Joins two selectors in sequence with given combinator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||