Class RightTemplatesUtil

java.lang.Object
com.e1c.langtool.v8.dt.right.templates.RightTemplatesUtil

public final class RightTemplatesUtil extends Object
  • Field Details

  • Method Details

    • getString

      public static String getString(StringLiteral literal)
      Gets the string content from StringLiteral.
      Parameters:
      literal - the literal, cannot be null.
      Returns:
      the string content, cannot return null.
    • formatStringLiteral

      public static String formatStringLiteral(String literalContent)
      Format string literal content for StringLiteral.
      Parameters:
      literalContent - the literal content, may be null.
      Returns:
      the formated string, may return null.