|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.compiler.parser.ast.Node
pt.compiler.parser.ast.Comment
public abstract class Comment
Constructor Summary | |
---|---|
Comment(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.lang.String content)
|
Method Summary | |
---|---|
java.lang.String |
getContent()
|
Methods inherited from class pt.compiler.parser.ast.Node |
---|
accept, accept, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Comment(int beginLine, int beginColumn, int endLine, int endColumn, java.lang.String content)
Method Detail |
---|
public java.lang.String getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |