Class XmlDefaultValue
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlDefaultValue
-
public final class XmlDefaultValue extends Object
XMIR of annotation default value.- Since:
- 0.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<BytecodeDefaultValue>
bytecode()
Convert to bytecode.void
writeTo(BytecodeMethod method)
Write to method.
-
-
-
Method Detail
-
bytecode
public Optional<BytecodeDefaultValue> bytecode()
Convert to bytecode.- Returns:
- Bytecode default value.
-
writeTo
public void writeTo(BytecodeMethod method)
Write to method.- Parameters:
method
- Method.
-
-