jp.cssj.sakae.sac.parser
クラス CSSLexicalUnit.PredefinedFunctionLexicalUnit

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.CSSLexicalUnit
      拡張jp.cssj.sakae.sac.parser.CSSLexicalUnit.PredefinedFunctionLexicalUnit
すべての実装インタフェース:
LexicalUnit
含まれているクラス:
CSSLexicalUnit

protected static class CSSLexicalUnit.PredefinedFunctionLexicalUnit
extends CSSLexicalUnit

This class represents a function unit.


入れ子クラスの概要
 
クラス jp.cssj.sakae.sac.parser.CSSLexicalUnit から継承した入れ子クラス
CSSLexicalUnit.DimensionLexicalUnit, CSSLexicalUnit.FloatLexicalUnit, CSSLexicalUnit.FunctionLexicalUnit, CSSLexicalUnit.IntegerLexicalUnit, CSSLexicalUnit.PredefinedFunctionLexicalUnit, CSSLexicalUnit.SimpleLexicalUnit, CSSLexicalUnit.StringLexicalUnit
 
フィールドの概要
protected  LexicalUnit parameters
          The function parameters.
 
クラス jp.cssj.sakae.sac.parser.CSSLexicalUnit から継承したフィールド
lexicalUnitType, nextLexicalUnit, previousLexicalUnit, UNIT_TEXT_CENTIMETER, UNIT_TEXT_DEGREE, UNIT_TEXT_EM, UNIT_TEXT_EX, UNIT_TEXT_GRADIAN, UNIT_TEXT_HERTZ, UNIT_TEXT_INCH, UNIT_TEXT_KILOHERTZ, UNIT_TEXT_MILLIMETER, UNIT_TEXT_MILLISECOND, UNIT_TEXT_PERCENTAGE, UNIT_TEXT_PICA, UNIT_TEXT_PIXEL, UNIT_TEXT_POINT, UNIT_TEXT_RADIAN, UNIT_TEXT_REAL, UNIT_TEXT_SECOND
 
インタフェース org.w3c.css.sac.LexicalUnit から継承したフィールド
SAC_ATTR, SAC_CENTIMETER, SAC_COUNTER_FUNCTION, SAC_COUNTERS_FUNCTION, SAC_DEGREE, SAC_DIMENSION, SAC_EM, SAC_EX, SAC_FUNCTION, SAC_GRADIAN, SAC_HERTZ, SAC_IDENT, SAC_INCH, SAC_INHERIT, SAC_INTEGER, SAC_KILOHERTZ, SAC_MILLIMETER, SAC_MILLISECOND, SAC_OPERATOR_COMMA, SAC_OPERATOR_EXP, SAC_OPERATOR_GE, SAC_OPERATOR_GT, SAC_OPERATOR_LE, SAC_OPERATOR_LT, SAC_OPERATOR_MINUS, SAC_OPERATOR_MOD, SAC_OPERATOR_MULTIPLY, SAC_OPERATOR_PLUS, SAC_OPERATOR_SLASH, SAC_OPERATOR_TILDE, SAC_PERCENTAGE, SAC_PICA, SAC_PIXEL, SAC_POINT, SAC_RADIAN, SAC_REAL, SAC_RECT_FUNCTION, SAC_RGBCOLOR, SAC_SECOND, SAC_STRING_VALUE, SAC_SUB_EXPRESSION, SAC_UNICODERANGE, SAC_URI
 
コンストラクタの概要
CSSLexicalUnit.PredefinedFunctionLexicalUnit(short t, LexicalUnit params, LexicalUnit prev)
          Creates a new LexicalUnit.
 
メソッドの概要
 LexicalUnit getParameters()
          SAC : Implements LexicalUnit.getParameters().
 String toString()
           
 
クラス jp.cssj.sakae.sac.parser.CSSLexicalUnit から継承したメソッド
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getFunctionName, getIntegerValue, getLexicalUnitType, getNextLexicalUnit, getPreviousLexicalUnit, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

parameters

protected LexicalUnit parameters
The function parameters.

コンストラクタの詳細

CSSLexicalUnit.PredefinedFunctionLexicalUnit

public CSSLexicalUnit.PredefinedFunctionLexicalUnit(short t,
                                                    LexicalUnit params,
                                                    LexicalUnit prev)
Creates a new LexicalUnit.

メソッドの詳細

getParameters

public LexicalUnit getParameters()
SAC : Implements LexicalUnit.getParameters().

定義:
インタフェース LexicalUnit 内の getParameters
オーバーライド:
クラス CSSLexicalUnit 内の getParameters

toString

public String toString()


(c)2009 GNN & Co.,Ltd.