Class Annotation

java.lang.Object
ghidra.app.util.viewer.field.Annotation

public class Annotation extends Object
  • Field Details

  • Constructor Details

    • Annotation

      public Annotation(String annotationText, Program program)
      Constructor Note: This constructor assumes that the string starts with "{
      @
      " and ends with '}'
      Parameters:
      annotationText - The complete annotation text. text this Annotation can create
      program - the program
  • Method Details

    • getAnnotationParts

      public String[] getAnnotationParts()
    • getAnnotationText

      public String getAnnotationText()
    • toString

      public String toString()
      Overrides:
      toString in class Object