Package ghidra.program.model.listing
Interface RepeatableComment
- 
public interface RepeatableCommentInterface to define a comment that can be shared by more than one code unit. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()Get the text of the repeatable comment.voidsetComment(java.lang.String comment)Set the text of this repeatable comment. 
 -