| java.lang.Object bossa.syntax.LocatedString
LocatedString | public class LocatedString implements Located,Comparable(Code) | | A tring with location information.
version: $Date: 2005/01/14 16:41:27 $ author: Daniel Bonniot (d.bonniot@mail.dotcom.fr) |
LocatedString | public LocatedString(String content, Location loc, boolean quoted)(Code) | | Parameters: content - the underlying raw string Parameters: loc - the location of this string in the source Parameters: quoted - true if this string must be quoted (operators like `+`) |
append | public void append(String suffix)(Code) | | Wrapper for string functions
|
hashCode | public int hashCode()(Code) | | |
|
|