Class StatementSourceReference

    • Constructor Detail

      • StatementSourceReference

        public StatementSourceReference()
    • Method Detail

      • toString

        public abstract @NonNull String toString()
        Returns human readable representation of statement source.

        Implementations of this interface should override toString(), since it may be used in error reporting to provide context information for model designer to debug errors in its mode.

        Overrides:
        toString in class Object
        Returns:
        human readable representation of statement source.