Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9d3873d0738d68a3b4953d2c3c1cc45e1f3c023c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package org.eclipse.fx.ide.css.cssDsl;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Pseudo Class Or Func</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.fx.ide.css.cssDsl.CssDslPackage#getPseudoClassOrFunc()
 * @model
 * @generated
 */
public interface PseudoClassOrFunc extends CssSelector
{
} // PseudoClassOrFunc

Back to the top