Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClass
Packages that use BytecodeClass
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeClass in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeClassModifier and TypeMethodDescriptionBytecodeClass.helloWorldMethod()Hello world bytecode.BytecodeMethod.up()Return to the original class.BytecodeClass.withAnnotations(XmlAnnotations all) Add anns.BytecodeClass.withAttribute(BytecodeAttribute attribute) Add attribute.Add field.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassModifierConstructorDescriptionBytecodeMethod(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals) Constructor. -
Uses of BytecodeClass in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir with parameters of type BytecodeClassModifier and TypeMethodDescriptionvoidXmlAttribute.writeTo(BytecodeClass bytecode) Write to bytecode.voidXmlAttributes.writeTo(BytecodeClass bytecode) Write to bytecode.