public class SourceLnPosTag extends java.lang.Object implements Tag
| Constructor and Description |
|---|
SourceLnPosTag(int sline,
int eline,
int spos,
int epos) |
| Modifier and Type | Method and Description |
|---|---|
int |
endLn() |
int |
endPos() |
java.lang.String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
int |
startLn() |
int |
startPos() |
java.lang.String |
toString() |
public int startLn()
public int endLn()
public int startPos()
public int endPos()
public java.lang.String getName()
Tagpublic byte[] getValue()
Tagpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2019 RoboVM AB. All Rights Reserved.