Class StringLiteral

    • Constructor Detail

      • StringLiteral

        public StringLiteral​(CFG cfg,
                             CodeLocation location,
                             java.lang.String value)
        Builds the literal.
        Parameters:
        cfg - the CFG where this literal lies
        location - the location where this literal is defined
        value - the constant value represented by this literal
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Literal<java.lang.String>