public class KloTraceBlock extends Object implements Serializable
Constructor and Description |
---|
KloTraceBlock(String file,
String method,
String name,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
addTraceLine(int line,
String text,
char type) |
void |
addTraceLine(int line,
String text,
char type,
int refId) |
String |
get_file() |
int |
get_id() |
String |
get_method() |
String |
get_name() |
String |
toString() |
public void addTraceLine(int line, String text, char type, int refId)
public void addTraceLine(int line, String text, char type)
public String get_file()
public String get_method()
public String get_name()
public int get_id()
Copyright © 2016–2018. All rights reserved.