java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
org.jhotdraw8.css.ast.Selector
org.jhotdraw8.css.ast.Combinator
- Direct Known Subclasses:
AdjacentSiblingCombinator,AndCombinator,ChildCombinator,DescendantCombinator,GeneralSiblingCombinator
Abstract superclass for "combinator"s.
A combinator combines the results of two selectors.
- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector firstSelector, Selector secondSelector) -
Method Summary
Methods inherited from class org.jhotdraw8.css.ast.Selector
getSpecificity, match, matches, matchesOnlyOnASpecificTypeMethods inherited from class org.jhotdraw8.css.ast.AbstractSyntaxTree
getSourceLocator, produceTokens
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Combinator
public Combinator(@Nullable SourceLocator sourceLocator, SimpleSelector firstSelector, Selector secondSelector)
-
-
Method Details