public class Position extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getContext() |
int |
getLine() |
int |
getOffset() |
void |
set(Position arg) |
void |
set(String context,
int line,
int col,
int ofs) |
String |
toString() |
void |
update(char[] data,
int start,
int end)
the indicated range has been passed by the scanner.
|
public Position()
public Position(String context)
public void set(String context, int line, int col, int ofs)
public void set(Position arg)
public void update(char[] data,
int start,
int end)
public String getContext()
public int getOffset()
public int getLine()
public int getColumn()
Copyright © 1998–2017 1&1. All rights reserved.