|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.reflect.BlockSourceLocation
public class BlockSourceLocation
For defining code, the block annotated and location in a source file.
Constructor Summary | |
---|---|
BlockSourceLocation(int col,
java.lang.String className,
int line,
java.lang.Class type)
The Constructor of the class. |
Method Summary | |
---|---|
int |
getColumn()
Returns the start column of the block. |
java.lang.String |
getFileName()
Returns the file name where the block is situated. |
int |
getLine()
Returns the start line of the block. |
java.lang.Class |
getWithinType()
Returns the owner type of the block. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockSourceLocation(int col, java.lang.String className, int line, java.lang.Class type)
col
- the start column.className
- the name of the owner type.line
- the start line.type
- the owner type.Method Detail |
---|
public int getColumn()
getColumn
in interface org.aspectj.lang.reflect.SourceLocation
public java.lang.String getFileName()
getFileName
in interface org.aspectj.lang.reflect.SourceLocation
public int getLine()
getLine
in interface org.aspectj.lang.reflect.SourceLocation
public java.lang.Class getWithinType()
getWithinType
in interface org.aspectj.lang.reflect.SourceLocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |