Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAttribute
-
Packages that use BytecodeAttribute Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.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.asm
Methods in org.eolang.jeo.representation.asm that return types with arguments of type BytecodeAttribute Modifier and Type Method Description List<BytecodeAttribute>
AsmUnknownAttributes. bytecode()
Convert to domain bytecode representation. -
Uses of BytecodeAttribute in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeAttribute Modifier and Type Class Description static class
BytecodeAttribute.EnclosingMethod
Enclosing method attribute.static class
BytecodeAttribute.NestHost
Nest host attribute.static class
BytecodeAttribute.NestMembers
Nest members attribute.static class
BytecodeAttribute.PermittedSubclasses
Permitted subclasses attribute.static class
BytecodeAttribute.RecordComponents
Record components attribute.static class
BytecodeAttribute.SourceFile
Source file attribute.class
BytecodeModule
Bytecode module.class
BytecodeUnknownAttribute
Unknown custom attribute.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.BytecodeAttribute
XmlSourceFile. attribute()
Retrieve source file attributes.
-