Class BytecodeParameters
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeParameters
Bytecode parameters.
- Since:
- 0.4
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.BytecodeParameters
(Map<Integer, List<BytecodeAnnotation>> annotations) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(org.objectweb.asm.MethodVisitor visitor) Add annotation.
-
Constructor Details
-
BytecodeParameters
public BytecodeParameters()Default constructor. -
BytecodeParameters
Constructor.- Parameters:
annotations
- Annotations.
-
-
Method Details
-
write
public void write(org.objectweb.asm.MethodVisitor visitor) Add annotation.- Parameters:
visitor
- Method visitor.
-