Interface IInactiveCodeToken

All Superinterfaces:
IToken

public interface IInactiveCodeToken extends IToken
Since:
5.1
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • 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.