Class BytecodeClassProperties
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeClassProperties
-
public final class BytecodeClassProperties extends Object
Class properties.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description BytecodeClassProperties(int access)
Constructor.BytecodeClassProperties(int access, String signature, String supername, String... interfaces)
Constructor.
-