org.apache.batik.css.parser
protected static class CSSLexicalUnit.IntegerLexicalUnit extends CSSLexicalUnit
Field Summary | |
---|---|
protected int | value
The integer value. |
Constructor Summary | |
---|---|
IntegerLexicalUnit(int val, LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
---|---|
int | getIntegerValue()
SAC: Implements LexicalUnit#getIntegerValue(). |