|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.tagkit.SourceLnPosTag
Constructor Summary | |
SourceLnPosTag(int sline,
int eline,
int spos,
int epos)
|
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SourceLnPosTag(int sline, int eline, int spos, int epos)
Method Detail |
public int startLn()
public int endLn()
public int startPos()
public int endPos()
public java.lang.String getName()
Tag
getName
in interface Tag
public byte[] getValue()
Tag
getValue
in interface Tag
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |