Interface Metadata

  • All Superinterfaces:
    java.io.Serializable

    public interface Metadata
    extends java.io.Serializable
    This class represents data about each AST node about the original code that generated it.
    • Method Detail

      • getStartLine

        int getStartLine()
        Returns:
        the line number at which the entity is defined
      • getEndLine

        int getEndLine()
        Returns:
        the line number at which the entity terminates