Interface VariableBindingMapper
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ChainedObjectVariableBindingMapper
Defines a method which translates a variable name into a variable binding.
Used when new variable names are encountered.
-
Method Summary
Modifier and TypeMethodDescriptionmapVariableName(String name) Creates a VariableBinding for a given variable name
-
Method Details
-
mapVariableName
Creates a VariableBinding for a given variable name- Parameters:
name- name of the variable- Returns:
- a VariableBinding or null if the name cannot be mapped.
-