Class BytecodeMethodParameters
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeMethodParameters
Bytecode parameters.
- Since:
- 0.4
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.BytecodeMethodParameters
(String descriptor) Constructor.Constructor.BytecodeMethodParameters
(BytecodeMethodParameter... params) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionConvert to directives.void
write
(org.objectweb.asm.MethodVisitor visitor) Add annotation.
-
Constructor Details
-
BytecodeMethodParameters
public BytecodeMethodParameters()Default constructor. -
BytecodeMethodParameters
Constructor.- Parameters:
descriptor
- Method descriptor.
-
BytecodeMethodParameters
Constructor.- Parameters:
params
- Parameters.
-
BytecodeMethodParameters
Constructor.- Parameters:
params
- Parameters.
-
-
Method Details
-
write
public void write(org.objectweb.asm.MethodVisitor visitor) Add annotation.- Parameters:
visitor
- Method visitor.
-
directives
Convert to directives.- Returns:
- Directives.
-