Class PrimaryExpressionIsClassStaticFieldException

  • All Implemented Interfaces:
    Serializable

    public class PrimaryExpressionIsClassStaticFieldException
    extends NucleusException
    Exception thrown when compiling a PrimaryExpression and we find that it really represents a static field of a Class (literal), and so should be swapped in the Node tree.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrimaryExpressionIsClassStaticFieldException

        public PrimaryExpressionIsClassStaticFieldException​(Field fld)
    • Method Detail

      • getLiteralField

        public Field getLiteralField()
        Accessor for the field that this primary expression represents.
        Returns:
        The field