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