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.12 2011-05-10 15:40:36 nick.cross 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 |
FixedPointConstType
public FixedPointConstType(int num)
clone
public Object clone()
- Overrides:
clone in class TypeSpec
typeName
public String typeName()
- Overrides:
typeName in class BaseType
typeSpec
public TypeSpec typeSpec()
- Overrides:
typeSpec in class BaseType
toString
public 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 String holderName()
- Overrides:
holderName in class TypeSpec
printReadExpression
public String printReadExpression(String strname)
- Overrides:
printReadExpression in class TypeSpec
printWriteStatement
public String printWriteStatement(String var_name,
String strname)
- Overrides:
printWriteStatement in class TypeSpec
Copyright © 2012 JacORB. All Rights Reserved.