Class PrimaryExpressionIsVariableException

  • All Implemented Interfaces:
    Serializable

    public class PrimaryExpressionIsVariableException
    extends NucleusException
    Exception thrown when compiling a PrimaryExpression and we find that it really represents an implicit variable, and so should be swapped in the expression tree.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrimaryExpressionIsVariableException

        public PrimaryExpressionIsVariableException​(String varName)
    • Method Detail

      • getVariableExpression

        public VariableExpression getVariableExpression()
        Accessor for the VariableExpression that this primary expression should be swapped for.
        Returns:
        The VariableExpression