Class MacroAwareStringConcatenation

  • All Implemented Interfaces:
    java.lang.CharSequence

    public class MacroAwareStringConcatenation
    extends org.eclipse.xtext.xbase.compiler.output.ImportingStringConcatenation
    • Field Summary

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

        DEFAULT_LINE_DELIMITER
    • Constructor Summary

      Constructors 
      Constructor Description
      MacroAwareStringConcatenation​(org.eclipse.xtext.xbase.compiler.output.SharedAppendableState state, org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner typeReferenceOwner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String _getStringRepresentation​(JvmTypeDeclarationImpl<?> object)  
      protected java.lang.String _getStringRepresentation​(TypeReferenceImpl object)  
      protected java.lang.String getStringRepresentation​(java.lang.Object object)  
      • Methods inherited from class org.eclipse.xtext.xbase.compiler.output.ImportingStringConcatenation

        _getStringRepresentation, _getStringRepresentation, _getStringRepresentation, _getStringRepresentation, _getStringRepresentation, getSignificantContent
      • Methods inherited from class org.eclipse.xtend2.lib.StringConcatenation

        append, append, append, append, append, append, append, append, append, append, appendImmediate, appendSegments, appendSegments, appendSegments, charAt, getContent, getLineDelimiter, 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 Detail

      • MacroAwareStringConcatenation

        public MacroAwareStringConcatenation​(org.eclipse.xtext.xbase.compiler.output.SharedAppendableState state,
                                             org.eclipse.xtext.xbase.typesystem.references.ITypeReferenceOwner typeReferenceOwner)
    • Method Detail

      • _getStringRepresentation

        protected java.lang.String _getStringRepresentation​(TypeReferenceImpl object)
      • _getStringRepresentation

        protected java.lang.String _getStringRepresentation​(JvmTypeDeclarationImpl<?> object)
      • getStringRepresentation

        protected java.lang.String getStringRepresentation​(java.lang.Object object)
        Overrides:
        getStringRepresentation in class org.eclipse.xtext.xbase.compiler.output.ImportingStringConcatenation