org.jacorb.idl
Class IntType

java.lang.Object
  extended by org.jacorb.idl.runtime.symbol
      extended by org.jacorb.idl.IdlSymbol
          extended by org.jacorb.idl.TypeSpec
              extended by org.jacorb.idl.SimpleTypeSpec
                  extended by org.jacorb.idl.BaseType
                      extended by org.jacorb.idl.IntType
Direct Known Subclasses:
LongLongType, LongType, ShortType

public class IntType
extends BaseType

Version:
$Id: IntType.java,v 1.14 2006/06/19 10:34:57 alphonse.bendt Exp $
Author:
Gerald Brose

Field Summary
 boolean unsigned
           
 
Fields inherited from class org.jacorb.idl.TypeSpec
alias, type_spec
 
Fields inherited from class org.jacorb.idl.IdlSymbol
_id, enclosing_symbol, fileSeparator, included, inhibitionFlag, is_pseudo, omg_package_prefix, pack_name
 
Fields inherited from class org.jacorb.idl.runtime.symbol
parse_state, sym
 
Constructor Summary
IntType(int num)
           
 
Method Summary
 boolean isSwitchable()
           
 void setUnsigned()
           
 
Methods inherited from class org.jacorb.idl.BaseType
basic, getTCKind, getTypeCodeExpression, id, isBasicName, isSwitchType, parse, print, setEnclosingSymbol, setPackage, toString, typeCodeExpressionSkeleton, typeName, typeSpec
 
Methods inherited from class org.jacorb.idl.SimpleTypeSpec
accept
 
Methods inherited from class org.jacorb.idl.TypeSpec
clone, getIDLTypeName, getJavaTypeName, getTypeCodeExpression, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

unsigned

public boolean unsigned
Constructor Detail

IntType

public IntType(int num)
Method Detail

setUnsigned

public void setUnsigned()

isSwitchable

public boolean isSwitchable()