basic
public boolean basic()
- basic in interface Value
boxTypeName
public String boxTypeName()
className
public String className()
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
- a string for an expression of type TypeCode that
describes this type
helperName
public String helperName()
holderName
public String holderName()
- holderName in interface Value
parse
public void parse()
empty parse
- parse in interface Value
print
public void print(PrintWriter ps)
generate required classes
- print in interface Value
printReadExpression
public String printReadExpression(String streamname)
- printReadExpression 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
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