Class PrimaryExpressionIsInvokeException

  • All Implemented Interfaces:
    Serializable

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

      • PrimaryExpressionIsInvokeException

        public PrimaryExpressionIsInvokeException​(InvokeExpression expr)
    • Method Detail

      • getInvokeExpression

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