Package net.sourceforge.plantuml
Class StringLocated
- java.lang.Object
-
- net.sourceforge.plantuml.StringLocated
-
public final class StringLocated extends Object
-
-
Constructor Summary
Constructors Constructor Description StringLocated(String s, LineLocation location)StringLocated(String s, LineLocation location, String preprocessorError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringLocatedappend(String endOfLine)longgetFoxSignature()LineLocationgetLocation()StringgetPreprocessorError()StringgetString()StringLocatedgetTrimmed()TLineTypegetType()intlength()StringLocatedmergeEndBackslash(StringLocated next)StringLocatedremoveInnerComment()StringLocatedsubstring(int start)StringLocatedsubstring(int start, int end)StringtoString()StringLocatedwithErrorPreprocessor(String preprocessorError)
-
-
-
Constructor Detail
-
StringLocated
public StringLocated(String s, LineLocation location)
-
StringLocated
public StringLocated(String s, LineLocation location, String preprocessorError)
-
-
Method Detail
-
append
public StringLocated append(String endOfLine)
-
mergeEndBackslash
public StringLocated mergeEndBackslash(StringLocated next)
-
withErrorPreprocessor
public StringLocated withErrorPreprocessor(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 String getString()
-
getLocation
public LineLocation getLocation()
-
getPreprocessorError
public String getPreprocessorError()
-
getFoxSignature
public long getFoxSignature()
-
getType
public TLineType getType()
-
length
public int length()
-
-