Class Module

java.lang.Object
com.sonarsource.cobol.api.symbol.Module

public class Module extends Object
  • Constructor Details

  • Method Details

    • getStartLine

      public int getStartLine()
    • getEndLine

      public int getEndLine()
    • getStartProcedure

      public Procedure getStartProcedure()
    • getEndProcedure

      @Nullable public Procedure getEndProcedure()
    • getCalls

      public List<AstNode> getCalls()
    • getKey

      public String getKey()
    • addCalls

      public void addCalls(List<AstNode> calls)
    • toString

      public String toString()
      Overrides:
      toString in class Object