Class NullLiteral

    • Constructor Detail

      • NullLiteral

        public NullLiteral​(CFG cfg,
                           CodeLocation location)
        Builds the null literal, happening at the given location in the program. The type of a null literal is NullType.
        Parameters:
        cfg - the cfg that this expression belongs to
        location - the location where the expression is defined within the program