org.apache.flex.compiler.internal.tree.as

Class VariableExpressionNode

    • Field Detail

      • variableNode

        protected VariableNode variableNode
        The variable that is contained within this expression
    • Constructor Detail

      • VariableExpressionNode

        public VariableExpressionNode(VariableNode variableNode)
        Constructor.
        Parameters:
        variableNode - The node representing the variable declaration.
      • VariableExpressionNode

        protected VariableExpressionNode(VariableExpressionNode other)
        Copy constructor.
        Parameters:
        other - The node to copy.

Copyright © 2016 The Apache Software Foundation. All rights reserved.