|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.lagarto.csselly.selector.PseudoFunctionExpression
public class PseudoFunctionExpression
Pseudo function expression, in form: an + b.
| Field Summary | |
|---|---|
protected int |
a
|
protected int |
b
|
| Constructor Summary | |
|---|---|
PseudoFunctionExpression(java.lang.String expression)
|
|
| Method Summary | |
|---|---|
int |
getValueA()
Returns a value of the function expression. |
int |
getValueB()
Returns b value of the function expression. |
boolean |
match(int value)
Matches expression with the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final int a
protected final int b
| Constructor Detail |
|---|
public PseudoFunctionExpression(java.lang.String expression)
| Method Detail |
|---|
public int getValueA()
public int getValueB()
public boolean match(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||