Class BytecodeDefaultValue
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeDefaultValue
-
public final class BytecodeDefaultValue extends Object
Bytecode default value.- Since:
- 0.3
-
-
Constructor Summary
Constructors Constructor Description BytecodeDefaultValue(BytecodeAnnotationProperty property)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(org.objectweb.asm.MethodVisitor mvisitor)
Write the default value to the given visitor.
-
-
-
Constructor Detail
-
BytecodeDefaultValue
public BytecodeDefaultValue(BytecodeAnnotationProperty property)
Constructor.- Parameters:
property
- Annotation property as a value.
-
-