| Modifier and Type | Class and Description |
|---|---|
static class |
VariablesDeclarationsStorage.VariablesPlaceholder |
| Constructor and Description |
|---|
VariablesDeclarationsStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilteredVariables(ExpressionFilter filter,
VariablesDeclarationsStorage variablesSource) |
void |
addToFirstPlaceholderIfNotPresent(VariablesDeclarationsStorage otherStorage) |
VariablesDeclarationsStorage |
clone() |
void |
closePlaceholder() |
protected boolean |
contains(String name) |
VariablesDeclarationsStorage.VariablesPlaceholder |
createPlaceholder() |
Expression |
getValue(String name) |
void |
replacePlaceholder(VariablesDeclarationsStorage.VariablesPlaceholder placeholder,
VariablesDeclarationsStorage otherStorage) |
int |
size() |
void |
store(AbstractVariableDeclaration node) |
void |
store(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
store(String name,
Expression replacementValue) |
void |
storeAll(VariablesDeclarationsStorage otherStorage) |
void |
storeIfNotPresent(String name,
Expression replacementValue) |
String |
toString() |
public Expression getValue(String name)
public void store(AbstractVariableDeclaration node)
public void storeAll(VariablesDeclarationsStorage otherStorage)
public void store(AbstractVariableDeclaration node, Expression replacementValue)
public void store(String name, Expression replacementValue)
public void storeIfNotPresent(String name, Expression replacementValue)
public void closePlaceholder()
public void addFilteredVariables(ExpressionFilter filter, VariablesDeclarationsStorage variablesSource)
protected boolean contains(String name)
public int size()
public VariablesDeclarationsStorage.VariablesPlaceholder createPlaceholder()
public void addToFirstPlaceholderIfNotPresent(VariablesDeclarationsStorage otherStorage)
public void replacePlaceholder(VariablesDeclarationsStorage.VariablesPlaceholder placeholder, VariablesDeclarationsStorage otherStorage)
public VariablesDeclarationsStorage clone()
Copyright © 2012-2014. All Rights Reserved.