|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Represents a source code fragment.
| Method Summary | |
int |
getEndColumn()
Returns the end column number of the source code for this object, relative to the source file in which this fragment is contained. |
int |
getEndLine()
Returns the end line number of the source code for this object, relative to the source file in which this fragment is contained. |
java.lang.String |
getFileName()
Returns the canonical name of the source file in which this object is contained. |
int |
getOffset()
Returns the zero-based offset of this object in the source file containing this fragment. |
int |
getStartColumn()
Returns the start column number of the source code for this object, relative to the source file in which this fragment is contained. |
int |
getStartLine()
Returns the start line number of the source code for this object, relative to the source file in which this fragment is contained. |
| Method Detail |
public int getEndColumn()
public int getEndLine()
public java.lang.String getFileName()
public int getOffset()
public int getStartColumn()
public int getStartLine()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||