Interface IInactiveCodeToken

    • Method Detail

      • getOldNesting

        int getOldNesting()
        Returns:
        0 for the start-token of the outermost branch (indicates that code in the translation-unit outside of any branches precedes this token).
        A value greater than 0 indicating how deep the code preceding this token is nested within code branches, otherwise.
      • getNewNesting

        int getNewNesting()
        Returns:
        0 for the end-token of the outermost branch (indicates that code in the translation-unit outside of any branches will follow).
        A value greater than 0 indicating how deep the code following this token is nested within code branches, otherwise.