public class DebugModule extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bitmap |
boolean |
corrupt |
long |
id |
int[] |
index
index[n] = index of end of line n in text
|
String |
name |
int[] |
offsets
offsets[n] = offset of line n
|
String |
text |
| Constructor and Description |
|---|
DebugModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addOffset(LineRecord lr,
int offset) |
static int |
eolIndexOf(String text) |
static int |
eolIndexOf(String text,
int i) |
boolean |
equals(Object obj) |
int |
getLineNumber(int offset) |
int |
hashCode() |
static void |
main(String[] args) |
void |
setText(String text) |
public long id
public int bitmap
public String name
public String text
public int[] offsets
public int[] index
public boolean corrupt
public boolean addOffset(LineRecord lr, int offset)
public void setText(String text)
public int getLineNumber(int offset)
public static int eolIndexOf(String text)
public static int eolIndexOf(String text, int i)
public static void main(String[] args)
Copyright © 2018 The Apache Software Foundation. All rights reserved.