org.jacorb.idl
Class ValueBody

java.lang.Object
  extended by org.jacorb.idl.runtime.symbol
      extended by org.jacorb.idl.IdlSymbol
          extended by org.jacorb.idl.InterfaceBody
              extended by org.jacorb.idl.ValueBody

public class ValueBody
extends InterfaceBody

Version:
$Id: ValueBody.java,v 1.7 2006-06-19 10:34:58 alphonse.bendt Exp $
Author:
Gerald Brose

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jacorb.idl.InterfaceBody
InterfaceBody.ParseThread
 
Field Summary
 ValueAbsDecl myAbsValue
           
 
Fields inherited from class org.jacorb.idl.InterfaceBody
my_interface, parseThreads, v
 
Fields inherited from class org.jacorb.idl.IdlSymbol
_id, enclosing_symbol, fileSeparator, included, inhibitionFlag, is_pseudo, omg_package_prefix, pack_name
 
Fields inherited from class org.jacorb.idl.runtime.symbol
parse_state, sym
 
Method Summary
 void setEnclosingSymbol(IdlSymbol s)
           
 
Methods inherited from class org.jacorb.idl.InterfaceBody
accept, addDefinition, commit, getMethods, internal_parse, parse, print, printConstants, printDelegatedMethods, printInterfaceMethods, printOperationsHash, printOperationSignatures, printSkelInvocations, printStubMethods, set_ancestors, set_name, setPackage
 
Methods inherited from class org.jacorb.idl.IdlSymbol
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, id, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printClassComment, printIdMethod, printImport, set_pseudo, set_token, setPrintPhaseNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myAbsValue

public ValueAbsDecl myAbsValue
Method Detail

setEnclosingSymbol

public void setEnclosingSymbol(IdlSymbol s)
Overrides:
setEnclosingSymbol in class InterfaceBody