basic
public boolean basic()
- basic in interface Value
getInheritanceSpec
public org.jacorb.idl.ValueInheritanceSpec getInheritanceSpec()
getTypeCodeExpression
public String getTypeCodeExpression()
- getTypeCodeExpression in interface Value
- a string for an expression of type TypeCode
that describes this type
getTypeCodeExpression
public String getTypeCodeExpression(Set knownTypes)
Returns a type code expression (for use in generated code) for
this type. If `knownTypes' contains this type,
then a recursive type code is returned.
- getTypeCodeExpression in interface TypeDeclaration
holderName
public String holderName()
- holderName in interface Value
isCustomMarshalled
public boolean isCustomMarshalled()
isCustomMarshalled
public void isCustomMarshalled(boolean flag)
parse
public void parse()
empty parse
- parse in interface Value
print
public void print(PrintWriter ps)
- print in interface Value
printReadExpression
public String printReadExpression(String streamname)
- printReadExpression in interface Value
printReadStatement
public String printReadStatement(String var_name,
String streamname)
- printReadStatement in interface Value
printWriteStatement
public String printWriteStatement(String var_name,
String streamname)
- printWriteStatement in interface Value
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- setEnclosingSymbol in interface Value
setInheritanceSpec
public void setInheritanceSpec(org.jacorb.idl.ValueInheritanceSpec spec)
setPackage
public void setPackage(String s)
- setPackage in interface Value
setValueElements
public void setValueElements(Definitions d)
set_included
public void set_included(boolean i)
used by the lexer to mark this symbol as included from another
IDL file
- set_included in interface Value
toString
public String toString()
- toString in interface Value
typeName
public String typeName()
- typeName in interface Value