Package ghidra.program.util
Class CommentTypeUtils
java.lang.Object
ghidra.program.util.CommentTypeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommentType
getCommentType
(CodeUnit cu, ProgramLocation loc, CommentType defaultCommentType) Get the comment type from the current location.static boolean
isCommentAllowed
(CodeUnit cu, ProgramLocation loc)
-
Constructor Details
-
CommentTypeUtils
public CommentTypeUtils()
-
-
Method Details
-
getCommentType
public static CommentType getCommentType(CodeUnit cu, ProgramLocation loc, CommentType defaultCommentType) Get the comment type from the current location. If the cursor is not over a comment, then just return EOL as the default.- Parameters:
cu
-loc
-defaultCommentType
-- Returns:
- comment type
-
isCommentAllowed
-