Class BytecodeDefaultValue


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

      • BytecodeDefaultValue

        public BytecodeDefaultValue​(BytecodeAnnotationValue property)
        Constructor.
        Parameters:
        property - Annotation property as a value.
    • Method Detail

      • writeTo

        public void writeTo​(org.objectweb.asm.MethodVisitor mvisitor)
        Write the default value to the given visitor.
        Parameters:
        mvisitor - Visitor.
      • directives

        public Iterable<org.xembly.Directive> directives()