Package org.eolang.jeo
Class BytecodeClasses
- java.lang.Object
-
- org.eolang.jeo.BytecodeClasses
-
public final class BytecodeClasses extends Object
Project compiled classes.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description BytecodeClasses(Path classes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BytecodeRepresentation>
bytecode()
Get all bytecode files as a collection ofRepresentation
.
-
-
-
Constructor Detail
-
BytecodeClasses
public BytecodeClasses(Path classes)
Constructor.- Parameters:
classes
- Folder with compiled classes.
-
-
Method Detail
-
bytecode
public Collection<BytecodeRepresentation> bytecode() throws IOException
Get all bytecode files as a collection ofRepresentation
.- Returns:
- Collection of
Representation
- Throws:
IOException
- If some I/O problem arises.
-
-