Uses of Class
org.eolang.jeo.representation.xmir.XmlAnnotations
-
Packages that use XmlAnnotations 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 XmlAnnotations in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type XmlAnnotations Modifier and Type Method Description BytecodeClass
BytecodeClass. withAnnotations(XmlAnnotations annotations)
Add annotations. -
Uses of XmlAnnotations in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlAnnotations Modifier and Type Method Description Optional<XmlAnnotations>
XmlClass. annotations()
Annotations.Optional<XmlAnnotations>
XmlField. annotations()
Field annotations.
-