|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.ast.Comment
public abstract class Comment
Constructor Summary | |
---|---|
protected |
Comment(Token t)
|
Method Summary | |
---|---|
int |
getBeginColumn()
|
int |
getBeginLine()
|
int |
getEndColumn()
|
int |
getEndLine()
|
java.lang.String |
getImage()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Comment(Token t)
Method Detail |
---|
public java.lang.String getImage()
public int getBeginLine()
public int getEndLine()
public int getBeginColumn()
public int getEndColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |