Class StringConcat

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StringConcat INSTANCE
      The singleton instance of this class.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StringConcat()
      Builds the operator.
    • Field Detail

      • INSTANCE

        public static final StringConcat INSTANCE
        The singleton instance of this class.
    • Constructor Detail

      • StringConcat

        protected StringConcat()
        Builds the operator. This constructor is visible to allow subclassing: instances of this class should be unique, and the singleton can be retrieved through field INSTANCE.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • resultType

        protected Type resultType​(TypeSystem types)
        Description copied from class: StringOperation
        Yields the Type of this operation's result.
        Specified by:
        resultType in class StringOperation
        Parameters:
        types - the type system knowing about the types of the currentprogram
        Returns:
        the type