|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectContextSplitterFactory.MapfileEntry
public static final class ContextSplitterFactory.MapfileEntry
Simple record type to store a map file entry.
| Field Summary | |
|---|---|
String |
fromclass
|
long |
fromcol
|
String |
fromfile
|
long |
fromline
|
String |
frommeth
|
long |
id
|
String |
toargs
|
String |
toclass
|
String |
toexpr
|
String |
tometh
|
| Constructor Summary | |
|---|---|
ContextSplitterFactory.MapfileEntry(long id,
String fromclass,
String frommeth,
String fromfile,
long fromline,
long fromcol,
String toexpr,
String toargs,
String toclass,
String tometh)
|
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long id
public final String fromclass
public final String frommeth
public final String fromfile
public final long fromline
public final long fromcol
public final String toexpr
public final String toargs
public final String toclass
public final String tometh
| Constructor Detail |
|---|
public ContextSplitterFactory.MapfileEntry(long id,
String fromclass,
String frommeth,
String fromfile,
long fromline,
long fromcol,
String toexpr,
String toargs,
String toclass,
String tometh)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||