Package ghidra.app.util.viewer.field
Class Annotation
java.lang.Object
ghidra.app.util.viewer.field.Annotation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotation
(String annotationText, Program program) Constructor Note: This constructor assumes that the string starts with "{ -
Method Summary
-
Field Details
-
ESCAPABLE_CHARS
- See Also:
-
-
Constructor Details
-
Annotation
Constructor Note: This constructor assumes that the string starts with "{@
" and ends with '}'- Parameters:
annotationText
- The complete annotation text. text this Annotation can createprogram
- the program
-
-
Method Details