Interface IRoutineWithBodyAccess

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

public interface IRoutineWithBodyAccess extends IRoutineAccess
  • Method Details

    • getModifiedCyclomaticComplexityMetric

      int getModifiedCyclomaticComplexityMetric()
    • getModifiedExtendedCyclomaticComplexityMetric

      int getModifiedExtendedCyclomaticComplexityMetric()
    • getExtendedCyclomaticComplexityMetric

      int getExtendedCyclomaticComplexityMetric()
    • getCyclomaticComplexityMetric

      int getCyclomaticComplexityMetric()
    • getNumberOfStatementsMetric

      int getNumberOfStatementsMetric()
    • getMaxNesting

      int getMaxNesting()