Package org.eolang.jeo
Interface Representations
- All Known Implementing Classes:
BytecodeRepresentations
public interface Representations
Collection of representations.
This class is used to represent a collection of representations that can be
retrieved from a project.
- Since:
- 0.2
-
Method Summary
-
Method Details
-
all
Stream<? extends Representation> all()All representations.- Returns:
- All representations.
-