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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends Representation>
all()
All representations.
-
-
-
Method Detail
-
all
Collection<? extends Representation> all()
All representations.- Returns:
- All representations.
-
-