|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.sym.SymImpl | +--coins.sym.ConstImpl | +--coins.sym.CharConstImpl
CharConstImpl class
フィールドの概要 | |
protected char |
fCharValue
char value. |
クラス coins.sym.SymImpl から継承したフィールド |
fDbgLevel, fDefinedIn, fFlagBox, fKind, fName, fNextSym, fRecordedIn, fSourceInf, fSymInf, fType, fUniqueNameSym, fWork, machineParam, sourceLanguage, symRoot |
インタフェース coins.sym.Sym から継承したフィールド |
KIND_NAME, VISIBILITY |
コンストラクタの概要 | |
CharConstImpl(SymRoot pSymRoot,
char pChar,
Type pType)
|
|
CharConstImpl(SymRoot pSymRoot,
java.lang.String pSingleCharString,
Type pType)
|
メソッドの概要 | |
char |
charValue()
charValue Get the value of this constant. |
double |
doubleValue()
doubleValue Get double value of this constant. |
int |
intValue()
intValue Get the value of this constant as an integer number. |
long |
longValue()
longValue Get the value of this constant as a long integer number. |
java.lang.String |
toString()
Get the string image of object. |
クラス coins.sym.ConstImpl から継承したメソッド |
evaluateAsObject, floatValue, getConstSym, shortValue |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース coins.sym.Const から継承したメソッド |
evaluateAsObject, floatValue, getConstSym, shortValue |
インタフェース coins.sym.Sym0 から継承したメソッド |
charConst, definedType, defineElem, defineLabel, defineParam, defineSubp, defineVar, enumType, floatConst, getDefinedFile, getDefinedIn, getFlag, getName, getNextSym, getRecordedIn, getSymKind, getSymType, getUniqueName, intConst, isGlobal, namedConst, pointerType, setFlag, stringConst, structType, subpType, unionType, vectorType, vectorTypeUnfixed |
フィールドの詳細 |
protected char fCharValue
コンストラクタの詳細 |
public CharConstImpl(SymRoot pSymRoot, java.lang.String pSingleCharString, Type pType)
public CharConstImpl(SymRoot pSymRoot, char pChar, Type pType)
メソッドの詳細 |
public int intValue()
intValue Get the value of this constant as an integer number.
CharConst
内の intValue
ConstImpl
内の intValue
public long longValue()
longValue Get the value of this constant as a long integer number.
Const
内の longValue
public char charValue()
charValue Get the value of this constant. If type conversion is required, the returned value is the result of conversion. "this" should be a constant of type char.
Const
内の charValue
ConstImpl
内の charValue
public double doubleValue()
Const
の記述: Get double value of this constant. If type conversion is required, the returned value is the result of conversion. "this" should be a constant of type float, or double.
Const
内の doubleValue
public java.lang.String toString()
HasStringObject
の記述:
HasStringObject
内の toString
SymImpl
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |