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 StringLocated
append(String endOfLine)
long
getFoxSignature()
LineLocation
getLocation()
String
getPreprocessorError()
String
getString()
StringLocated
getTrimmed()
TLineType
getType()
int
length()
StringLocated
mergeEndBackslash(StringLocated next)
StringLocated
removeInnerComment()
StringLocated
substring(int start)
StringLocated
substring(int start, int end)
String
toString()
StringLocated
withErrorPreprocessor(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()
-
-