public class PseudoFunctionExpression
extends java.lang.Object
Pseudo function expression
, in form: an + b
.Constructor and Description |
---|
PseudoFunctionExpression(java.lang.String expression) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected int |
parseInt(java.lang.String value)
Parses int value or throws
CSSellyException on failure. |
public PseudoFunctionExpression(java.lang.String expression)
protected int parseInt(java.lang.String value)
CSSellyException
on failure.public int getValueA()
public int getValueB()
public boolean match(int value)
Copyright © 2003-present Jodd Team