Class Breakpoint

    • Constructor Detail

      • Breakpoint

        public Breakpoint​(String templateName,
                          int line)
        Creates a new breakpoint.
        Parameters:
        templateName - the name of the template
        line - the line number in the template where to put the breakpoint
    • Method Detail

      • getLine

        public int getLine()
        Returns the line number of the breakpoint
      • getTemplateName

        public String getTemplateName()
        Returns the template name of the breakpoint
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLocationString

        public String getLocationString()
        Returns the template name and the line number separated with a colon