Class TargetLanguageStringConcatenation

java.lang.Object
org.eclipse.xtend2.lib.StringConcatenation
com.regnosys.rosetta.generator.TargetLanguageStringConcatenation
All Implemented Interfaces:
CharSequence
Direct Known Subclasses:
ImportingStringConcatenation

public class TargetLanguageStringConcatenation extends org.eclipse.xtend2.lib.StringConcatenation
  • Field Summary

    Fields inherited from class org.eclipse.xtend2.lib.StringConcatenation

    DEFAULT_LINE_DELIMITER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    append(Object object, int index)
     
    protected void
    append(Object object, String indentation, int index)
     
    protected Object
    handle(Object object)
     
    protected Object
    normalize(Object object)
     
    org.eclipse.xtend2.lib.StringConcatenationClient
    preprocess(org.eclipse.xtend2.lib.StringConcatenationClient code)
     

    Methods inherited from class org.eclipse.xtend2.lib.StringConcatenation

    append, append, append, append, append, append, append, append, appendImmediate, appendSegments, appendSegments, appendSegments, charAt, getContent, getLineDelimiter, getSignificantContent, getStringRepresentation, length, newLine, newLineIfNotEmpty, splitLinesAndNewLines, subSequence, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.CharSequence

    chars, codePoints
  • Constructor Details

    • TargetLanguageStringConcatenation

      public TargetLanguageStringConcatenation()
  • Method Details

    • append

      protected void append(Object object, int index)
      Overrides:
      append in class org.eclipse.xtend2.lib.StringConcatenation
    • append

      protected void append(Object object, String indentation, int index)
      Overrides:
      append in class org.eclipse.xtend2.lib.StringConcatenation
    • normalize

      protected Object normalize(Object object)
    • preprocess

      public org.eclipse.xtend2.lib.StringConcatenationClient preprocess(org.eclipse.xtend2.lib.StringConcatenationClient code)
    • handle

      protected Object handle(Object object)