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. -
-
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.
-