public class Declarations extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Declaration> |
declarations |
| Constructor and Description |
|---|
Declarations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeclarations(Declaration d) |
Optional<Declaration> |
findDeclaration(String name) |
Collection<Declaration> |
getCreatedDeclarsations() |
public Map<String,Declaration> declarations
public void addDeclarations(Declaration d)
public Optional<Declaration> findDeclaration(String name)
public Collection<Declaration> getCreatedDeclarsations()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.