Class LocalVariableExpression

  • All Implemented Interfaces:
    Serializable

    public class LocalVariableExpression
    extends Object
    implements Serializable
    This class holds the information for a single local variable.
    Since:
    7.0
    Author:
    O. Kerpershoek
    See Also:
    Serialized Form
    • Constructor Detail

      • LocalVariableExpression

        public LocalVariableExpression​(Identifier name,
                                       IExpressionNode expression)
        Constructs the local variable with the required parameters.
        Parameters:
        name - The name of the local variable.
        expression - The expression that should be used to acquire the value of the variable.