@Immutable public class ReadOnlyToken extends Object
Token class, but its
contents are not modifiable!| Constructor and Description |
|---|
ReadOnlyToken(Token aToken) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getEndColumn() |
int |
getEndLine() |
String |
getImage() |
int |
getKind() |
String |
toString() |
public int getKind()
public int getBeginLine()
public int getBeginColumn()
public int getEndLine()
public int getEndColumn()
@Nullable public String getImage()
null
but should not.Copyright © 2014–2022 Philip Helger. All rights reserved.