Class StringLocated

java.lang.Object
net.sourceforge.plantuml.StringLocated

public final class StringLocated extends java.lang.Object
  • Constructor Details

    • StringLocated

      public StringLocated(java.lang.String s, LineLocation location)
    • StringLocated

      public StringLocated(java.lang.String s, LineLocation location, java.lang.String preprocessorError)
  • Method Details

    • toString

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

      public StringLocated append(java.lang.String endOfLine)
    • mergeEndBackslash

      public StringLocated mergeEndBackslash(StringLocated next)
    • withErrorPreprocessor

      public StringLocated withErrorPreprocessor(java.lang.String preprocessorError)
    • substring

      public StringLocated substring(int start, int end)
    • substring

      public StringLocated substring(int start)
    • getTrimmed

      public StringLocated getTrimmed()
    • removeInnerComment

      public StringLocated removeInnerComment()
    • getString

      public java.lang.String getString()
    • getLocation

      public LineLocation getLocation()
    • getPreprocessorError

      public java.lang.String getPreprocessorError()
    • getFoxSignature

      public long getFoxSignature()
    • getType

      public TLineType getType()