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 classBytecodeAttribute.EnclosingMethodEnclosing method attribute.static classBytecodeAttribute.NestHostNest host attribute.static classBytecodeAttribute.NestMembersNest members attribute.static classBytecodeAttribute.PermittedSubclassesPermitted subclasses attribute.static classBytecodeAttribute.RecordComponentsRecord components attribute.static classBytecodeAttribute.SourceFileSource file attribute.classBytecodeModuleBytecode module.classBytecodeUnknownAttributeUnknown custom attribute.classInnerClassInner class attribute.classLocalVariableLocal 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 BytecodeAttributeXmlAttribute. attribute()Get attribute.BytecodeAttributeXmlLocalVariable. attribute()Convert to domain attribute.BytecodeAttributeXmlSourceFile. attribute()Retrieve source file attributes.
-