static class JavaProgramElement.NameAbstractionTableDisabled extends NameAbstractionTable
| Modifier and Type | Field and Description |
|---|---|
static JavaProgramElement.NameAbstractionTableDisabled |
INSTANCE |
| Constructor and Description |
|---|
NameAbstractionTableDisabled() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SourceElement pe1,
SourceElement pe2)
adds the given two elements to the table
|
boolean |
sameAbstractName(SourceElement pe1,
SourceElement pe2)
tests if the given elements have been assigned to the same
abstract name.
|
public static final JavaProgramElement.NameAbstractionTableDisabled INSTANCE
public void add(SourceElement pe1, SourceElement pe2)
NameAbstractionTableadd in class NameAbstractionTablepe1 - SourceElement to be addedpe2 - SourceElement to be addedpublic boolean sameAbstractName(SourceElement pe1, SourceElement pe2)
NameAbstractionTablesameAbstractName in class NameAbstractionTablepe1 - SourceElementpe2 - SourceElement