Class BytecodeDefaultValue

java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeDefaultValue

public final class BytecodeDefaultValue extends Object
Bytecode default value.
Since:
0.3
  • Constructor Details

    • BytecodeDefaultValue

      public BytecodeDefaultValue(BytecodeAnnotationProperty property)
      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.