public final class StringLocated
extends java.lang.Object
Constructor and Description |
---|
StringLocated(java.lang.String s,
LineLocation location) |
StringLocated(java.lang.String s,
LineLocation location,
java.lang.String preprocessorError) |
Modifier and Type | Method and Description |
---|---|
StringLocated |
append(java.lang.String endOfLine) |
long |
getFoxSignature() |
LineLocation |
getLocation() |
java.lang.String |
getPreprocessorError() |
java.lang.String |
getString() |
StringLocated |
getTrimmed() |
TLineType |
getType() |
StringLocated |
mergeEndBackslash(StringLocated next) |
StringLocated |
removeInnerComment() |
StringLocated |
substring(int start) |
StringLocated |
substring(int start,
int end) |
java.lang.String |
toString() |
StringLocated |
withErrorPreprocessor(java.lang.String preprocessorError) |
public StringLocated(java.lang.String s, LineLocation location)
public StringLocated(java.lang.String s, LineLocation location, java.lang.String preprocessorError)
public java.lang.String toString()
toString
in class java.lang.Object
public StringLocated append(java.lang.String endOfLine)
public StringLocated mergeEndBackslash(StringLocated next)
public StringLocated withErrorPreprocessor(java.lang.String preprocessorError)
public StringLocated substring(int start, int end)
public StringLocated substring(int start)
public StringLocated getTrimmed()
public StringLocated removeInnerComment()
public java.lang.String getString()
public LineLocation getLocation()
public java.lang.String getPreprocessorError()
public long getFoxSignature()
public TLineType getType()
Copyright © 2020. All Rights Reserved.