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(BytecodeAnnotationValue property)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<org.xembly.Directive>
directives()
void
writeTo(org.objectweb.asm.MethodVisitor mvisitor)
Write the default value to the given visitor.
-
-
-
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()
-
-