Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeDefaultValue
-
Packages that use BytecodeDefaultValue Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of BytecodeDefaultValue in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeDefaultValue Modifier and Type Method Description BytecodeMethod
BytecodeMethod. defvalue(BytecodeDefaultValue defvalue)
Add default value. -
Uses of BytecodeDefaultValue in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return types with arguments of type BytecodeDefaultValue Modifier and Type Method Description Optional<BytecodeDefaultValue>
XmlDefaultValue. bytecode()
Convert to bytecode.
-