Interface VariableBindingMapper

All Superinterfaces:
Serializable
All Known Implementing Classes:
ChainedObjectVariableBindingMapper

public interface VariableBindingMapper extends Serializable
Defines a method which translates a variable name into a variable binding. Used when new variable names are encountered.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a VariableBinding for a given variable name
  • Method Details

    • mapVariableName

      VariableBinding mapVariableName(String name)
      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.