basic
public boolean basic()
- basic in interface Value
clone
public Object clone()
- clone in interface Value
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)
- getTypeCodeExpression in interface TypeDeclaration
holderName
public String holderName()
- holderName in interface Value
parse
public void parse()
empty parse
- parse in interface Value
print
public void print(PrintWriter unused)
generate the mapped class that extends ValueBase and has the
operations and attributes
- 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 org.jacorb.idl.ValueInheritanceSpec setInheritanceSpec()
setInheritanceSpec
public void setInheritanceSpec(org.jacorb.idl.ValueInheritanceSpec spec)
setPackage
public void setPackage(String s)
- setPackage in interface Value
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