public class DeclarationList extends Object
| Constructor and Description |
|---|
DeclarationList() |
DeclarationList(List<VariableDeclaration> declarations) |
| Modifier and Type | Method and Description |
|---|---|
static DeclarationList |
fromString(String encoded) |
Collection<VariableDeclaration> |
getDeclarations() |
VariableDeclaration |
lookup(String identifier) |
String |
toString() |
public DeclarationList()
public DeclarationList(List<VariableDeclaration> declarations)
public static DeclarationList fromString(String encoded)
public VariableDeclaration lookup(String identifier)
public Collection<VariableDeclaration> getDeclarations()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.