org.codehaus.jam.mutable
Interface MComment

All Superinterfaces:
JComment, JElement, MElement

public interface MComment
extends MElement, JComment

Mutable version of JComment.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Method Summary
 void setText(java.lang.String text)
          Sets the text of this comment.
 
Methods inherited from interface org.codehaus.jam.mutable.MElement
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName
 
Methods inherited from interface org.codehaus.jam.JComment
getSourcePosition, getText
 
Methods inherited from interface org.codehaus.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, isSourceAvailable, toString
 

Method Detail

setText

void setText(java.lang.String text)
Sets the text of this comment.