Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodProperties
Packages that use BytecodeMethodProperties
Package
Description
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 BytecodeMethodPropertiesModifier and TypeMethodDescriptionBytecodeClass.withMethod(BytecodeMethodProperties properties) Add method to the class.BytecodeClass.withMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs) Add method to the class.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodPropertiesModifierConstructorDescriptionBytecodeMethod(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs, BytecodeAttributes attributes) Constructor.BytecodeMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs) Constructor.