net.sourceforge.pmd.ast

Class Comment

public abstract class Comment extends Object

Constructor Summary
protected Comment(Token t)
Method Summary
intgetBeginColumn()
intgetBeginLine()
intgetEndColumn()
intgetEndLine()
StringgetImage()

Constructor Detail

Comment

protected Comment(Token t)

Method Detail

getBeginColumn

public int getBeginColumn()

getBeginLine

public int getBeginLine()

getEndColumn

public int getEndColumn()

getEndLine

public int getEndLine()

getImage

public String getImage()