|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.CSSLexicalUnit
jp.cssj.sakae.sac.parser.CSSLexicalUnit.IntegerLexicalUnit
This class represents an integer unit.
| 入れ子クラスの概要 |
| フィールドの概要 | |
protected int |
value
The integer value. |
| コンストラクタの概要 | |
CSSLexicalUnit.IntegerLexicalUnit(int val,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
| メソッドの概要 | |
int |
getIntegerValue()
SAC : Implements LexicalUnit.getIntegerValue(). |
String |
toString()
|
| クラス jp.cssj.sakae.sac.parser.CSSLexicalUnit から継承したメソッド |
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getFunctionName, getLexicalUnitType, getNextLexicalUnit, getParameters, getPreviousLexicalUnit, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected int value
| コンストラクタの詳細 |
public CSSLexicalUnit.IntegerLexicalUnit(int val,
LexicalUnit prev)
| メソッドの詳細 |
public int getIntegerValue()
LexicalUnit.getIntegerValue().
LexicalUnit 内の getIntegerValueCSSLexicalUnit 内の getIntegerValuepublic String toString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||