org.apache.batik.css.parser

Class CSSLexicalUnit.IntegerLexicalUnit

protected static class CSSLexicalUnit.IntegerLexicalUnit extends CSSLexicalUnit

This class represents an integer unit.
Field Summary
protected intvalue
The integer value.
Constructor Summary
IntegerLexicalUnit(int val, LexicalUnit prev)
Creates a new LexicalUnit.
Method Summary
intgetIntegerValue()
SAC: Implements LexicalUnit#getIntegerValue().

Field Detail

value

protected int value
The integer value.

Constructor Detail

IntegerLexicalUnit

public IntegerLexicalUnit(int val, LexicalUnit prev)
Creates a new LexicalUnit.

Method Detail

getIntegerValue

public int getIntegerValue()
SAC: Implements LexicalUnit#getIntegerValue().
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.