org.jacorb.idl
public class BaseType extends SimpleTypeSpec
Version: $Id: BaseType.java,v 1.20 2006/06/19 10:34:57 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| BaseType(int num) | |
| Method Summary | |
|---|---|
| boolean | basic() |
| int | getTCKind() the "kind of TypeCode" for this type |
| String | getTypeCodeExpression() |
| String | id() |
| static boolean | isBasicName(String typeName) |
| boolean | isSwitchType() |
| void | parse()
does nothing, will be overwritten in subclasses |
| void | print(PrintWriter ps)
does nothing, will be overwritten in subclasses |
| void | setEnclosingSymbol(IdlSymbol s) |
| void | setPackage(String s)
ignore, these types don't need to know their package |
| String | toString() |
| protected String | typeCodeExpressionSkeleton(int kind) |
| String | typeName() |
| TypeSpec | typeSpec() |