public class LineMappings extends Object implements Externalizable
| Constructor and Description |
|---|
LineMappings() |
LineMappings(String className) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
int |
getOffset() |
int |
getStartLine() |
void |
readExternal(ObjectInput stream) |
void |
setOffset(int offset) |
void |
setStartLine(int startLine) |
void |
writeExternal(ObjectOutput stream) |
public LineMappings()
public LineMappings(String className)
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput stream) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic String getClassName()
public void setStartLine(int startLine)
public int getStartLine()
public void setOffset(int offset)
public int getOffset()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.