public class ValueBoxEntry extends ValueEntry
ABSTRACT, LOCAL, LOCAL_SIGNATURE_ONLY, LOCALSERVANT, NORMAL| Modifier | Constructor and Description |
|---|---|
protected |
ValueBoxEntry() |
protected |
ValueBoxEntry(SymtabEntry that,
IDLID clone) |
protected |
ValueBoxEntry(ValueBoxEntry that) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
This is a shallow copy clone
|
void |
generate(Hashtable symbolTable,
PrintWriter stream)
Invoke the interface generator.
|
Generator |
generator()
Access the value generator.
|
addSupport, addSupportName, initializers, isCustom, isSafe, replaceForwardDecl, setCustom, supports, supportsNames, tagMethodsaddContained, addDerivedFrom, addDerivedFromName, addMethod, addStateElement, allMethods, contained, derivedFrom, derivedFromNames, getInterfaceType, initState, isAbstract, isLocal, isLocalServant, isLocalSignature, methods, setInterfaceType, statecomment, comment, container, container, dynamicVariable, dynamicVariable, emit, emit, fullName, getVariableKey, isReferencable, isReferencable, module, module, name, name, repositoryID, repositoryID, sourceFile, sourceFile, type, type, typeName, typeNameprotected ValueBoxEntry()
protected ValueBoxEntry(ValueBoxEntry that)
protected ValueBoxEntry(SymtabEntry that, IDLID clone)
public Object clone()
SymtabEntryclone in class ValueEntrypublic void generate(Hashtable symbolTable, PrintWriter stream)
generate in class ValueEntrysymbolTable - the symbol table is a hash table whose key is a fully
qualified type name and whose value is a SymtabEntry or a subclass of
SymtabEntry.stream - the stream to which the generator should sent its output.SymtabEntrypublic Generator generator()
generator in class ValueEntryValueGenCopyright © 2018 JBoss by Red Hat. All rights reserved.