public class SourceRef extends Object
| Constructor and Description |
|---|
SourceRef(SourcePosition begin,
int charLength,
String text) |
| Modifier and Type | Method and Description |
|---|---|
SourceRef |
combineAdjacent(SourceRef other) |
SourcePosition |
getBegin() |
int |
getCharLength() |
String |
getConsoleFriendlyText() |
String |
getText() |
String |
toString() |
public SourceRef(SourcePosition begin, int charLength, String text)
public SourceRef combineAdjacent(SourceRef other) throws TokenException
TokenExceptionpublic SourcePosition getBegin()
public int getCharLength()
public String getText()
public String getConsoleFriendlyText()
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.