public final class Mark extends Object implements Serializable
Constructor and Description |
---|
Mark(String name,
int index,
int line,
int column,
String buffer,
int pointer) |
Modifier and Type | Method and Description |
---|---|
String |
get_snippet() |
String |
get_snippet(int indent,
int max_length) |
int |
getColumn()
starts with 0
|
int |
getIndex()
starts with 0
|
int |
getLine()
starts with 0
|
String |
getName() |
String |
toString() |
public String get_snippet(int indent, int max_length)
public String get_snippet()
public String getName()
public int getLine()
public int getColumn()
public int getIndex()
Copyright © 2008–2017. All rights reserved.