org.jacorb.idl
Class FixedPointConstType
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.TypeSpec
org.jacorb.idl.SimpleTypeSpec
org.jacorb.idl.BaseType
org.jacorb.idl.FixedPointConstType
public class FixedPointConstType
- extends BaseType
- Version:
- $Id: FixedPointConstType.java,v 1.11 2006/06/19 10:34:57 alphonse.bendt Exp $
- Author:
- Gerald Brose
Methods inherited from class org.jacorb.idl.IdlSymbol |
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FixedPointConstType
public FixedPointConstType(int num)
clone
public java.lang.Object clone()
- Overrides:
clone
in class TypeSpec
typeName
public java.lang.String typeName()
- Overrides:
typeName
in class BaseType
typeSpec
public TypeSpec typeSpec()
- Overrides:
typeSpec
in class BaseType
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseType
basic
public boolean basic()
- Overrides:
basic
in class BaseType
- Returns:
- true if this is a basic type
getTCKind
public int getTCKind()
- Description copied from class:
BaseType
- the "kind of TypeCode" for this type
- Overrides:
getTCKind
in class BaseType
parse
public void parse()
- Description copied from class:
BaseType
- does nothing, will be overwritten in subclasses
- Overrides:
parse
in class BaseType
holderName
public java.lang.String holderName()
- Overrides:
holderName
in class TypeSpec
printReadExpression
public java.lang.String printReadExpression(java.lang.String strname)
- Overrides:
printReadExpression
in class TypeSpec
printWriteStatement
public java.lang.String printWriteStatement(java.lang.String var_name,
java.lang.String strname)
- Overrides:
printWriteStatement
in class TypeSpec