Interface WhitespacesAndCommentsBinder.TokenTextGetter

Enclosing interface:
WhitespacesAndCommentsBinder

public static interface WhitespacesAndCommentsBinder.TokenTextGetter
Provides an ability for the processor to get a text of any of given tokens.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull CharSequence
    get(int i)
     
  • Method Details