Class BytecodeDefaultValue
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeDefaultValue
Bytecode default value.
- Since:
- 0.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(org.objectweb.asm.MethodVisitor mvisitor) Write the default value to the given visitor.
-
Constructor Details
-
BytecodeDefaultValue
Constructor.- Parameters:
property
- Annotation property as a value.
-
-
Method Details
-
writeTo
public void writeTo(org.objectweb.asm.MethodVisitor mvisitor) Write the default value to the given visitor.- Parameters:
mvisitor
- Visitor.
-