|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRaptor.ProgramParser.Statements.ProgramComment
public class ProgramComment
A comment.
Extends abstract Instruction class.
| Constructor Summary | |
|---|---|
ProgramComment(java.lang.String pComment)
Constructs a new Comment. |
|
| Method Summary | |
|---|---|
java.lang.String |
display()
Returns a String to display the comment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgramComment(java.lang.String pComment)
pComment - the contents of the comment| Method Detail |
|---|
public java.lang.String display()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||