public class ConstEntry extends SymtabEntry
Modifier | Constructor and Description |
---|---|
protected |
ConstEntry() |
protected |
ConstEntry(ConstEntry that) |
protected |
ConstEntry(SymtabEntry that,
IDLID clone)
This is a shallow copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
This is a shallow copy clone.
|
void |
generate(Hashtable symbolTable,
PrintWriter stream)
Invoke the constant generator.
|
Generator |
generator()
Access the constant generator.
|
Expression |
value() |
void |
value(Expression newValue) |
comment, comment, container, container, dynamicVariable, dynamicVariable, emit, emit, fullName, getVariableKey, isReferencable, isReferencable, module, module, name, name, repositoryID, repositoryID, sourceFile, sourceFile, type, type, typeName, typeName
protected ConstEntry()
protected ConstEntry(ConstEntry that)
protected ConstEntry(SymtabEntry that, IDLID clone)
public Object clone()
clone
in class SymtabEntry
public void generate(Hashtable symbolTable, PrintWriter stream)
generate
in class SymtabEntry
symbolTable
- 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.SymtabEntry
public Generator generator()
generator
in class SymtabEntry
ConstGen
public Expression value()
public void value(Expression newValue)
Copyright © 2021 JBoss by Red Hat. All rights reserved.