org.jacorb.idl
Class ValueBase
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.ValueBase
public class ValueBase
- extends BaseType
- Version:
- $Id: ValueBase.java,v 1.4 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 |
ValueBase
public ValueBase(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
setPackage
public void setPackage(String s)
- Description copied from class:
BaseType
- ignore, these types don't need to know their package
- Overrides:
setPackage in class BaseType
basic
public boolean basic()
- Overrides:
basic in class BaseType
- Returns:
- true if this is a basic type
set_constr
public void set_constr(TypeDeclaration td)
- Overrides:
set_constr in class TypeSpec
parse
public void parse()
- Description copied from class:
BaseType
- does nothing, will be overwritten in subclasses
- Overrides:
parse in class BaseType
toString
public String toString()
- Overrides:
toString in class BaseType
getTypeCodeExpression
public String getTypeCodeExpression()
- Overrides:
getTypeCodeExpression in class BaseType
- Returns:
- a string for an expression of type TypeCode that describes this type
id
public String id()
- Overrides:
id in class BaseType
- Returns:
- this symbol's repository Id
print
public void print(PrintWriter ps)
- Description copied from class:
BaseType
- does nothing, will be overwritten in subclasses
- Overrides:
print in class BaseType
holderName
public String holderName()
- Overrides:
holderName in class TypeSpec
printReadExpression
public String printReadExpression(String streamname)
- Overrides:
printReadExpression in class TypeSpec
printWriteStatement
public String printWriteStatement(String var_name,
String streamname)
- Overrides:
printWriteStatement in class TypeSpec
Copyright © 2012 JacORB. All Rights Reserved.