org.jacorb.idl
Class IntType
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.IntType
- Direct Known Subclasses:
- LongLongType, LongType, ShortType
public class IntType
- extends BaseType
- Version:
- $Id: IntType.java,v 1.15 2011-05-10 15:40:36 nick.cross Exp $
- Author:
- Gerald Brose
|
Constructor Summary |
IntType(int num)
|
| Methods inherited from class org.jacorb.idl.BaseType |
basic, getTCKind, getTypeCodeExpression, getTypeCodeExpression, id, isBasicName, isSwitchType, parse, print, setEnclosingSymbol, setPackage, toString, typeCodeExpressionSkeleton, typeName, typeSpec |
| Methods inherited from class org.jacorb.idl.TypeSpec |
clone, getIDLType, helperName, holderName, printExtractExpression, printExtractResult, printInsertExpression, printInsertIntoAny, printReadExpression, printReadStatement, printWriteStatement, set_constr |
| 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 |
unsigned
public boolean unsigned
IntType
public IntType(int num)
setUnsigned
public void setUnsigned()
isSwitchable
public boolean isSwitchable()
Copyright © 2012 JacORB. All Rights Reserved.