public class LinedSourcePosition
extends java.lang.Object
implements spoon.reflect.cu.SourcePosition
| Constructor and Description |
|---|
LinedSourcePosition(spoon.reflect.cu.SourcePosition delegate,
int line) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
spoon.reflect.cu.CompilationUnit |
getCompilationUnit() |
int |
getEndColumn() |
int |
getEndLine() |
java.io.File |
getFile() |
int |
getLine() |
int |
getSourceEnd() |
int |
getSourceStart() |
public LinedSourcePosition(spoon.reflect.cu.SourcePosition delegate,
int line)
public java.io.File getFile()
getFile in interface spoon.reflect.cu.SourcePositionpublic spoon.reflect.cu.CompilationUnit getCompilationUnit()
getCompilationUnit in interface spoon.reflect.cu.SourcePositionpublic int getLine()
getLine in interface spoon.reflect.cu.SourcePositionpublic int getEndLine()
getEndLine in interface spoon.reflect.cu.SourcePositionpublic int getColumn()
getColumn in interface spoon.reflect.cu.SourcePositionpublic int getEndColumn()
getEndColumn in interface spoon.reflect.cu.SourcePositionpublic int getSourceEnd()
getSourceEnd in interface spoon.reflect.cu.SourcePositionpublic int getSourceStart()
getSourceStart in interface spoon.reflect.cu.SourcePosition