public abstract class AbstractConstantGroup<T extends AbstractConstantDefinition<T>> extends java.lang.Object implements ReplacementInstructionGenerator
ReplacementInstructionGenerator.Context| Constructor and Description |
|---|
AbstractConstantGroup() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(T constantDefinition)
Adds a constant definition to this group.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanReplace, generateReplacementspublic abstract void add(T constantDefinition)
constantDefinition - a constant definition.