Package org.eolang.jeo
Class BytecodeRepresentations
- java.lang.Object
-
- org.eolang.jeo.BytecodeRepresentations
-
- All Implemented Interfaces:
Representations
public final class BytecodeRepresentations extends Object implements Representations
Project compiled classes.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description BytecodeRepresentations(Path classes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Representation>
all()
All representations.
-
-
-
Constructor Detail
-
BytecodeRepresentations
public BytecodeRepresentations(Path classes)
Constructor.- Parameters:
classes
- Folder with compiled classes.
-
-
Method Detail
-
all
public Collection<? extends Representation> all()
Description copied from interface:Representations
All representations.- Specified by:
all
in interfaceRepresentations
- Returns:
- All representations.
-
-