Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAttribute
-
Packages that use BytecodeAttribute 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 BytecodeAttribute in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeAttribute Modifier and Type Class Description class
InnerClass
Inner class attribute.class
LocalVariable
Local variable attribute.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAttribute Constructor Description BytecodeAttributes(BytecodeAttribute... all)
Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAttribute Constructor Description BytecodeAttributes(List<BytecodeAttribute> all)
Constructor. -
Uses of BytecodeAttribute in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAttribute Modifier and Type Method Description BytecodeAttribute
XmlAttribute. attribute()
Get attribute.BytecodeAttribute
XmlLocalVariable. attribute()
Convert to domain attribute.
-