Interface IRoutineAccess

All Superinterfaces:
IElementAccess, INamedElementAccess, IProgrammingElementAccess
All Known Subinterfaces:
IGenericFunctionAccess, IGenericMethodAccess, IJavaMethodAccess, IMethodAccess, IPythonFunctionAccess, IPythonMethodAccess

public interface IRoutineAccess extends IProgrammingElementAccess
  • Method Details

    • getModifiedCyclomaticComplexityMetric

      int getModifiedCyclomaticComplexityMetric()
    • getModifiedExtendedCyclomaticComplexityMetric

      int getModifiedExtendedCyclomaticComplexityMetric()
    • getExtendedCyclomaticComplexityMetric

      int getExtendedCyclomaticComplexityMetric()
    • getCyclomaticComplexityMetric

      int getCyclomaticComplexityMetric()
    • getNumberOfStatementsMetric

      int getNumberOfStatementsMetric()
    • getNumberOfParametersMetric

      int getNumberOfParametersMetric()
    • getMaxNesting

      int getMaxNesting()