Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethod
-
Packages that use BytecodeMethod 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 BytecodeMethod in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeMethod Modifier and Type Method Description BytecodeMethodBytecodeMethod. entry(BytecodeEntry entry)Add some bytecode entry.BytecodeMethodBytecodeMethod. label(org.objectweb.asm.Label label)Add label.BytecodeMethodBytecodeMethod. opcode(int opcode, Object... args)Add instruction.BytecodeMethodBytecodeClass. withConstructor(int... modifiers)Add constructor.BytecodeMethodBytecodeClass. withConstructor(String descriptor, int... modifiers)Add constructor.BytecodeMethodBytecodeClass. withMethod(String mname, String descriptor, int... modifiers)Add method.BytecodeMethodBytecodeClass. withMethod(BytecodeMethodProperties properties)Add method.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeMethod Constructor Description BytecodeClass(String name, org.objectweb.asm.ClassWriter writer, Collection<BytecodeMethod> methods, BytecodeClassProperties properties)Constructor. -
Uses of BytecodeMethod in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir with parameters of type BytecodeMethod Modifier and Type Method Description voidXmlBytecodeEntry. writeTo(BytecodeMethod method)Write instruction to the bytecode method.voidXmlInstruction. writeTo(BytecodeMethod method)voidXmlLabel. writeTo(BytecodeMethod method)voidXmlTryCatchEntry. writeTo(BytecodeMethod method)
-