Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodProperties
-
Packages that use BytecodeMethodProperties Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeMethodProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodProperties Modifier and Type Method Description BytecodeMethodBuilder
BytecodeClass. withMethod(BytecodeMethodProperties properties)
Add method.BytecodeMethodBuilder
BytecodeClass. withMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)
Add method.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodProperties Constructor Description BytecodeMethod(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs, BytecodeAttributes attributes)
Constructor.BytecodeMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)
Constructor.
-