Class BytecodeMethodProperties
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeMethodProperties
-
public class BytecodeMethodProperties extends Object
Bytecode method properties.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description BytecodeMethodProperties(String name, String descriptor, int... modifiers)Constructor.BytecodeMethodProperties(String name, String descriptor, String signature, int... modifiers)Constructor.
-