Class PseudoFunctionExpression
java.lang.Object
jodd.csselly.selector.PseudoFunctionExpression
Pseudo-function expression, in form: an + b.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns a value of the function expression.intReturns b value of the function expression.booleanmatch(int value) Matches expression with the value.protected intParses int value or throwsCSSellyExceptionon failure.
-
Field Details
-
DASH
- See Also:
-
a
protected final int a -
b
protected final int b
-
-
Constructor Details
-
PseudoFunctionExpression
-
-
Method Details
-
parseInt
Parses int value or throwsCSSellyExceptionon failure. -
getValueA
public int getValueA()Returns a value of the function expression. -
getValueB
public int getValueB()Returns b value of the function expression. -
match
public boolean match(int value) Matches expression with the value.
-