de.uni_paderborn.fujaba.codegen
Class OOLineCommentStatement

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOStatement
      extended byde.uni_paderborn.fujaba.codegen.OOLineCommentStatement

public class OOLineCommentStatement
extends OOStatement

Class OOLineCommentStatement

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Field Summary
private  java.lang.String comment
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOStatement
 
Constructor Summary
private OOLineCommentStatement()
          Constructor for class OOLineCommentStatement
  OOLineCommentStatement(java.lang.String comment)
          Default Constructor
 
Method Summary
 java.lang.String getComment()
          Get the comment attribute of the OOLineCommentStatement object
 java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOLineCommentStatement object
 java.lang.String toString()
          Describe toString method here.
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.OOStatement
add, add, addAll, addAll, getToken, removeYou, setToken, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

private java.lang.String comment
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OOLineCommentStatement

public OOLineCommentStatement(java.lang.String comment)
Default Constructor

Parameters:
comment - No description provided

OOLineCommentStatement

private OOLineCommentStatement()
Constructor for class OOLineCommentStatement

Method Detail

getComment

public java.lang.String getComment()
Get the comment attribute of the OOLineCommentStatement object

Returns:
The comment value

getSourceCode

public java.lang.String getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOLineCommentStatement object

Specified by:
getSourceCode in class OOStatement
Parameters:
visitor - No description provided
Returns:
The sourceCode value

toString

public java.lang.String toString()
Description copied from class: OOStatement
Describe toString method here.

Overrides:
toString in class OOStatement
Returns:
short string representation of current object