Package spoon.support.sniper.internal
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
-
Method Details
-
getSourceCode
String getSourceCode()- Returns:
- origin source code of whole fragment represented by this instance
-