Package ghidra.app.util.viewer.field
Class Annotation
java.lang.Object
ghidra.app.util.viewer.field.Annotation
-
Constructor Summary
ConstructorsChangeConstructorDescriptionAnnotation(String annotationText) Constructor
Note: This constructor assumes that the string starts with "{Annotation(String[] annotationParts) Constructor.Annotation(String annotationText, Program program) Deprecated. -
Method Summary
-
Constructor Details
-
Annotation
Constructor
Note: This constructor assumes that the string starts with "{@
" and ends with '}'- Parameters:
annotationText- the complete annotation text.
-
Annotation
Constructor. Used for creating a new Annotation from a previously parsed annotation String.- Parameters:
annotationParts- The annotation parts.
-
Annotation
Deprecated.Deprecated. UseAnnotation(String).- Parameters:
annotationText- the complete annotation textprogram- ignored
-
-
Method Details