Package | Description |
---|---|
de.dhbwstuttgart.syntaxtree | |
de.dhbwstuttgart.syntaxtree.statement |
Modifier and Type | Field and Description |
---|---|
private DeclId |
FormalParameter.declid |
Modifier and Type | Field and Description |
---|---|
protected Menge<DeclId> |
Field.declid |
Modifier and Type | Method and Description |
---|---|
DeclId |
FormalParameter.getDeclId() |
Modifier and Type | Method and Description |
---|---|
Menge<DeclId> |
Field.get_Name() |
Menge<DeclId> |
Field.getDeclIdMenge() |
Modifier and Type | Method and Description |
---|---|
void |
FormalParameter.set_DeclId(DeclId did) |
void |
Field.set_DeclId(DeclId did) |
Modifier and Type | Method and Description |
---|---|
void |
Field.setDeclIdMenge(Menge<DeclId> vDeclId) |
Constructor and Description |
---|
FormalParameter(DeclId name) |
Modifier and Type | Field and Description |
---|---|
private Menge<DeclId> |
LocalVarDecl.declid |
Modifier and Type | Method and Description |
---|---|
Menge<DeclId> |
LocalVarDecl.getDeclidMenge() |
Modifier and Type | Method and Description |
---|---|
void |
LocalVarDecl.set_DeclId(DeclId did) |
Modifier and Type | Method and Description |
---|---|
void |
LocalVarDecl.setDeclidMenge(Menge<DeclId> declid) |