Class VariableEx


  • public class VariableEx
    extends VariableExpression
    An expression denoting that a variable is used.
    Author:
    Aike Sass
    • Constructor Detail

      • VariableEx

        VariableEx()
        Constructor for serialization.
      • VariableEx

        public VariableEx​(VariableDeclaration variable,
                          java.lang.String qualifiedName)
        Creates a variable expression node.
        Parameters:
        variable - the variable declaration used as variable here
        qualifiedName - the qualified name of the variable