Interface SourceFragment

All Known Implementing Classes:
CollectionSourceFragment, ElementSourceFragment, TokenSourceFragment

public interface SourceFragment
Represents a part of source code. See https://github.com/INRIA/spoon/pull/2283
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSourceCode

      String getSourceCode()
      Returns:
      origin source code of whole fragment represented by this instance