public class VariablesDeclarationsStorage extends StorageWithPlaceholders<Expression>
| Constructor and Description |
|---|
VariablesDeclarationsStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPlaceholder(VariablesDeclarationsStorage otherStorage) |
VariablesDeclarationsStorage |
clone() |
protected boolean |
contains(String name) |
protected void |
doStore(String name,
Expression replacementValue) |
protected void |
doStore(String name,
List<Expression> value) |
void |
fillByFilteredVariables(ExpressionFilter filter,
VariablesDeclarationsStorage variablesSource) |
Expression |
getValue(String name) |
int |
size() |
void |
store(AbstractVariableDeclaration node) |
void |
store(AbstractVariableDeclaration node,
Expression replacementValue) |
void |
storeAll(VariablesDeclarationsStorage otherStorage) |
void |
storeIfNotPresent(String name,
Expression replacementValue) |
String |
toString() |
closePlaceholder, createPlaceholder, getUsedPlaceholders, placeholdersReport, store, store, storedBelowUnusedPlaceholderpublic Expression getValue(String name)
public void store(AbstractVariableDeclaration node)
public void storeAll(VariablesDeclarationsStorage otherStorage)
public void store(AbstractVariableDeclaration node, Expression replacementValue)
protected void doStore(String name, Expression replacementValue)
doStore in class StorageWithPlaceholders<Expression>protected void doStore(String name, List<Expression> value)
doStore in class StorageWithPlaceholders<Expression>public void storeIfNotPresent(String name, Expression replacementValue)
public void fillByFilteredVariables(ExpressionFilter filter, VariablesDeclarationsStorage variablesSource)
protected boolean contains(String name)
public int size()
public void addToPlaceholder(VariablesDeclarationsStorage otherStorage)
public VariablesDeclarationsStorage clone()
clone in class StorageWithPlaceholders<Expression>Copyright © 2012-2013. All Rights Reserved.